@contrast/escodegen
Advanced tools
Comparing version 1.11.2 to 1.11.3
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "1.11.2", | ||
"version": "1.11.3", | ||
"engines": { | ||
@@ -60,4 +60,7 @@ "node": ">=4.0" | ||
"build-min": "./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js", | ||
"build": "./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js" | ||
"build": "./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js", | ||
"preversion": "npm run lint && npm run unit-test", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin; git push origin --tags" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
107144
2397