object-rewrite
Advanced tools
Comparing version 2.1.13 to 2.1.14
{ | ||
"name": "object-rewrite", | ||
"version": "2.1.13", | ||
"version": "2.1.14", | ||
"description": "Rewrite an Object", | ||
@@ -10,27 +10,27 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"object-scan": "5.0.3" | ||
"object-scan": "5.0.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "7.4.3", | ||
"@babel/core": "7.4.3", | ||
"@babel/plugin-proposal-object-rest-spread": "7.4.3", | ||
"@babel/register": "7.4.0", | ||
"@blackflux/eslint-plugin-rules": "1.0.1", | ||
"@blackflux/robo-config-plugin": "1.3.0", | ||
"babel-eslint": "10.0.1", | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.3", | ||
"js-gardener": "1.38.0", | ||
"eslint": "5.16.0", | ||
"js-gardener": "2.0.1", | ||
"nyc": "13.3.0", | ||
"semantic-release": "15.13.3", | ||
"@babel/register": "7.0.0", | ||
"@babel/core": "7.3.4", | ||
"@babel/cli": "7.2.3", | ||
"@babel/plugin-transform-flow-comments": "7.2.0", | ||
"@babel/plugin-proposal-object-rest-spread": "7.3.4", | ||
"@babel/preset-flow": "7.0.0" | ||
"semantic-release": "15.13.3" | ||
}, | ||
"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" | ||
@@ -75,3 +75,2 @@ }, | ||
"coverage/*", | ||
"flow-typed/*", | ||
"lib/*" | ||
@@ -78,0 +77,0 @@ ] |
22621
13
+ Addedobject-scan@5.0.4(transitive)
- Removedobject-scan@5.0.3(transitive)
Updatedobject-scan@5.0.4