babel-plugin-transform-pattern-matching
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "babel-plugin-transform-pattern-matching", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "transform pattern mathing", | ||
"main": "index.js", | ||
"scripts": { | ||
"postinstall": "cp -f conf/git-hooks/* .git/hooks || exit 0", | ||
"preversion": "git checkout master && git pull origin master && npm test && npm run build", | ||
"postversion": "git push origin master --tags && npm publish", | ||
"preversion": "git pull && npm test && npm run build", | ||
"postversion": "git push && git push --tags && npm publish", | ||
"precommit": "npm test", | ||
"update": "ncu -ua && npm install", | ||
"release-patch": "npm version patch", | ||
"release-minor": "npm version minor", | ||
"release-major": "npm version major", | ||
"clean": "rm -rf __tests__ plugin *.js *.map", | ||
@@ -15,0 +12,0 @@ "build": "npm run clean && babel src --source-maps --out-dir .", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
39123