hexlet_project1
Advanced tools
Comparing version 0.0.17 to 0.0.18
{ | ||
"name": "hexlet_project1", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Brain-Games", | ||
@@ -13,3 +13,2 @@ "main": "src/bin/brain-games.js", | ||
"prepublish": "npm run build", | ||
"babel": "babel", | ||
"babel-node": "babel-node", | ||
@@ -27,2 +26,5 @@ "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline" | ||
}, | ||
"bin": { | ||
"brain-games": "dist/bin/brain-games.js" | ||
}, | ||
"homepage": "https://github.com/kornienko199004/project-lvl1-s224#readme", | ||
@@ -29,0 +31,0 @@ "devDependencies": { |
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
1053