un-flatten-tree
Advanced tools
Comparing version
{ | ||
"name": "un-flatten-tree", | ||
"version": "2.0.7", | ||
"version": "2.0.9", | ||
"description": "Functions for converting trees to lists and vice versa.", | ||
@@ -8,5 +8,7 @@ "main": "dist/un-flatten-tree.js", | ||
"scripts": { | ||
"preversion": "npm run build && npm test", | ||
"preversion": "npm run clean && npm run reinstall && npm run build && npm test", | ||
"postversion": "git add -A . && git push && git push --tags", | ||
"build": "tsc && uglifyjs -c -m -o ./dist/un-flatten-tree.min.js ./dist/un-flatten-tree.js", | ||
"reinstall": "rm -rf node_modules && npm i", | ||
"clean": "rm -rf dist build coverage", | ||
"test": "npm run lint && npm run test:node", | ||
@@ -44,3 +46,3 @@ "test:node": "tsc -p tests && intern-client config=build/tests/intern", | ||
"lodash-amd": "^4.17.2", | ||
"remap-istanbul": "^0.7.0", | ||
"remap-istanbul": "^0.8.4", | ||
"tslint": "^4.0.2", | ||
@@ -50,5 +52,5 @@ "tslint-config-standard": "^2.0.0", | ||
"uglify-js": "^2.7.5", | ||
"vrsource-tslint-rules": "^0.14.1" | ||
"vrsource-tslint-rules": "^4.0.0" | ||
}, | ||
"dependencies": {} | ||
} |
32507
0.4%