hexlet_project1
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "hexlet_project1", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Brain-Games", | ||
@@ -8,4 +8,5 @@ "main": "index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"babel": "babel", | ||
"babel-node": "babel-node", | ||
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", | ||
"build": "NODE_ENV=production babel -- src --out-dir dist --source-maps inline", | ||
"prepublishOnly": "npm run build" | ||
@@ -12,0 +13,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
946