Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "algo-lang", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Algorithmic language interpreter (in French only for now)", | ||
@@ -9,6 +9,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"babel-cli": "^6.10.1", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0" | ||
"babel-preset-es2015": "^6.9.0" | ||
}, | ||
"devDependencies": {}, | ||
"bin": { | ||
@@ -18,4 +16,4 @@ "algo-lang": "build/algo-lang.js" | ||
"scripts": { | ||
"build": "babel --plugins=transform-es2015-modules-commonjs lib --out-dir build", | ||
"prepublish": "npm run build", | ||
"build": "babel --preset=es2015 --plugins=transform-es2015-modules-commonjs lib --out-dir build", | ||
"prepublish": "npm run build && npm test", | ||
"test": "node build/algo-lang.js test/test.algo" | ||
@@ -22,0 +20,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
487689
1