react-rails-ujs
Advanced tools
Comparing version 1.0.0-beta2 to 1.0.0-beta3
@@ -46,2 +46,2 @@ 'use strict'; | ||
} | ||
} | ||
} |
{ | ||
"name": "react-rails-ujs", | ||
"version": "1.0.0-beta2", | ||
"version": "1.0.0-beta3", | ||
"description": "mounting components built with webpack (compatible with react-rails)", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"scripts": { | ||
"build": "babel src/react-rails-ujs.js --out-file dist/react-rails-ujs.js" | ||
"build": "babel src --out-dir dist" | ||
}, | ||
@@ -33,5 +33,5 @@ "dependencies": { | ||
"devDependencies": { | ||
"babel-cli": "^6.18.0", | ||
"babel-preset-es2015": "^6.18.0" | ||
"babel-cli": "^6", | ||
"babel-preset-es2015": "^6" | ||
} | ||
} |
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
15907
60