@nlabs/lex 1.37.6 → 1.37.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.postcssrc.js +1 -1
- package/package.json +2 -2
package/.postcssrc.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
|
|
4
4
|
*/
|
|
5
5
|
const path = require('path');
|
|
6
|
-
const {relativeFilePath} = require('./dist/utils/
|
|
6
|
+
const {relativeFilePath} = require('./dist/utils/file');
|
|
7
7
|
const pluginPath = relativeFilePath('postcss-cli', path.resolve(__dirname, './node_modules'));
|
|
8
8
|
const nodePath = path.resolve(pluginPath, '../');
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nlabs/lex",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.7",
|
|
4
4
|
"description": "Lex",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
"eslint-config-styleguidejs": "^3.0.0",
|
|
149
149
|
"lerna": "^5.1.8"
|
|
150
150
|
},
|
|
151
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "d696dd08f3a66fa7e1236767dc0c82e62ab56d7d"
|
|
152
152
|
}
|