Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "smart-fs", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Abstraction Layer for File Management.", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "npm run clean && npm run gardener && npm run test-simple", | ||
"clean": "rm -rf lib", | ||
"build": "npx babel src --out-dir lib --source-maps inline --copy-files --include-dotfiles", | ||
"clean-build": "npm run clean && npm run build", | ||
"build-artifact": "npm run clean-build && tar -zxvf $(npm pack) && rm *-0.0.0-development.tgz && cd package && tar -zcvf ../release.tar.gz . && cd .. && rm -rf package", | ||
"build-clean": "npm run clean && npm run build", | ||
"test-simple": "nyc mocha \"./test/**/*.spec.js\"", | ||
"test": "npm run clean && npm run gardener && npm run test-simple", | ||
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info", | ||
"semantic-release": "npm run build-artifact && npm run clean-build && npx semantic-release", | ||
"semantic-release": "npm run build-clean && npx semantic-release", | ||
"gardener": "node gardener" | ||
@@ -44,5 +43,5 @@ }, | ||
"@babel/plugin-proposal-object-rest-spread": "7.4.3", | ||
"@babel/plugin-transform-flow-comments": "7.4.0", | ||
"@babel/preset-flow": "7.0.0", | ||
"@babel/register": "7.4.0", | ||
"@blackflux/eslint-plugin-rules": "1.0.0", | ||
"@blackflux/robo-config-plugin": "1.3.0", | ||
"babel-eslint": "10.0.1", | ||
@@ -52,3 +51,3 @@ "chai": "4.2.0", | ||
"eslint": "5.16.0", | ||
"js-gardener": "1.38.2", | ||
"js-gardener": "2.0.1", | ||
"nyc": "13.3.0", | ||
@@ -85,3 +84,2 @@ "semantic-release": "15.13.3", | ||
"coverage/*", | ||
"flow-typed/*", | ||
"lib/*" | ||
@@ -88,0 +86,0 @@ ] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33605