@stylable/node
Advanced tools
Comparing version 2.1.3 to 2.1.5
{ | ||
"name": "@stylable/node", | ||
"version": "2.1.3", | ||
"version": "2.1.5", | ||
"description": "Integrate Stylable into your node application", | ||
@@ -10,8 +10,8 @@ "main": "cjs/index.js", | ||
"build": "ts-build ./src --cjs", | ||
"test": "mocha -r @ts-tools/node/r \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --timeout 10000", | ||
"test": "mocha \"test/**/*.spec.ts?(x)\" --timeout 10000", | ||
"prepack": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@stylable/core": "^2.1.1", | ||
"@stylable/module-utils": "^2.2.2", | ||
"@stylable/core": "^2.1.3", | ||
"@stylable/module-utils": "^2.2.4", | ||
"find-config": "^1.0.0", | ||
@@ -34,3 +34,3 @@ "murmurhash": "^0.0.2" | ||
"license": "BSD-3-Clause", | ||
"gitHead": "4666c8c1e3d320d678e4c78b502ce33f2dc9bb2b" | ||
"gitHead": "dcc4099d179ea4fdf3adc54c325b6175ff484266" | ||
} |
@@ -40,8 +40,7 @@ # @stylable/node | ||
} | ||
` | ||
``` | ||
## License | ||
Copyright (c) 2017 Wix.com Ltd. All Rights Reserved. Use of this source code is governed by a [BSD license](./LICENSE). | ||
11629
46
Updated@stylable/core@^2.1.3