@erickmerchant/framework
Advanced tools
Comparing version 7.3.0 to 7.4.0
{ | ||
"name": "@erickmerchant/framework", | ||
"version": "7.3.0", | ||
"version": "7.4.0", | ||
"description": "A simple data down, actions up framework.", | ||
@@ -9,3 +9,4 @@ "main": "dist/main.js", | ||
"cover": "nyc --reporter=html npm test", | ||
"prepare": "babel --presets es2015 main.js -d dist/" | ||
"babel": "babel --presets es2015 main.js -d dist/", | ||
"prepare": "npm run babel" | ||
}, | ||
@@ -12,0 +13,0 @@ "repository": { |
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
4163