@appartmint/mint
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@appartmint/mint", | ||
"author": "App Art Mint LLC", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
@@ -33,5 +33,4 @@ "description": "The front-end TS/SCSS framework of App Art Mint", | ||
"scripts": { | ||
"preversion": "npm i && npm run test", | ||
"version": "git add -A", | ||
"postversion": "git push && git push --tags && gh release create v$npm_package_version --generate-notes", | ||
"version": "npm i && git add -A", | ||
"postversion": "git push && git push --tags && cross-replace gh release create \"v$npm_package_version\" --generate-notes", | ||
"prepare": "npm-run-all clean bundle", | ||
@@ -64,3 +63,6 @@ "clean": "rimraf dist doc", | ||
"webpack-remove-empty-scripts": "^1.0.4" | ||
}, | ||
"dependencies": { | ||
"cross-replace": "^0.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
932016
6406
1
+ Addedcross-replace@^0.2.0
+ Addedcross-replace@0.2.0(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedwhich@2.0.2(transitive)