Comparing version 1.0.0-secondary-rollup-package.0 to 1.0.0-secondary-rollup-package.1
{ | ||
"name": "bs-excmd", | ||
"version": "1.0.0-secondary-rollup-package.0", | ||
"version": "1.0.0-secondary-rollup-package.1", | ||
"description": "OCaml component of Tridactyl's parser for Vi-style command-line, rc-files, and vimscript", | ||
@@ -26,3 +26,3 @@ "main": "lib/parser.bs.js", | ||
"clean:all": "make clean-all", | ||
"prepare": "npm-run-all clean build", | ||
"prepare": "npm run clean && npm run build", | ||
"test:js": "jest", | ||
@@ -56,5 +56,5 @@ "test:js:coverage": "cd ../../ && jest --coverage", | ||
"devDependencies": { | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"@babel/cli": "^7.8.3", | ||
"@babel/core": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@types/terminal-kit": "^1.28.0", | ||
@@ -74,3 +74,3 @@ "babel-jest": "^24.9.0", | ||
}, | ||
"gitHead": "b089df03716f64d8f42b1a23067d2d65e8e67cad" | ||
"gitHead": "468cac879de2969b1f3065c8a5694afe2c04946d" | ||
} |
Sorry, the diff of this file is not supported yet
2759697