decaffeinate-parser
Advanced tools
Comparing version 1.2.23 to 1.3.0
{ | ||
"name": "decaffeinate-parser", | ||
"version": "1.2.23", | ||
"version": "1.3.0", | ||
"description": "A better AST for CoffeeScript, inspired by CoffeeScriptRedux.", | ||
@@ -8,3 +8,4 @@ "main": "dist/decaffeinate-parser.umd.js", | ||
"scripts": { | ||
"build": "rollup -c rollup.config.es6.js && rollup -c rollup.config.umd.js", | ||
"prebuild": "rm -rf dist/", | ||
"build": "rollup -c", | ||
"prepublish": "npm run build", | ||
@@ -33,2 +34,3 @@ "test": "mocha" | ||
"babel-register": "^6.7.2", | ||
"babelrc-rollup": "^1.1.0", | ||
"coffee-script-redux": "^2.0.0-beta8", | ||
@@ -35,0 +37,0 @@ "mocha": "^2.4.5", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
136206
10
3679