electrum-arc
Advanced tools
Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "electrum-arc", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Agnostic Reactive Components for Electrum", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"compile": "babel -d lib src", | ||
"prepublish": "npm run compile", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -20,3 +22,4 @@ }, | ||
"peerDependencies": { | ||
"electrum": ">=1.1" | ||
"electrum": ">=1.1", | ||
"react": "^0.14.3" | ||
}, | ||
@@ -29,5 +32,13 @@ "dependencies": { | ||
"devDependencies": { | ||
"electrum": ">=1.1", | ||
"react": "^0.14.3" | ||
"babel-cli": "^6.2.0", | ||
"babel-core": "^6.2.1", | ||
"babel-plugin-transform-decorators": "^6.1.18", | ||
"babel-plugin-transform-react-display-name": "^6.1.18", | ||
"babel-preset-es2015": "^6.1.18", | ||
"babel-preset-react": "^6.1.18", | ||
"babel-preset-stage-0": "^6.1.18", | ||
"react-addons-shallow-compare": "^0.14.3", | ||
"react-addons-test-utils": "^0.14.3", | ||
"react-dom": "^0.14.3" | ||
} | ||
} |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var instances = {}; | ||
var req = require.context ('./components/', true, /\.jsx$/); | ||
var req = require.context ('./components/', true, /\.js$/); | ||
var files = req.keys (); | ||
@@ -14,3 +14,3 @@ | ||
var component = __webpack_require__ (componentId); // jshint ignore:line | ||
var matches = file.match (/([^\/\\]+)\.jsx$/); | ||
var matches = file.match (/([^\/\\]+)\.component\.js$/); | ||
var componentType = matches[1]; | ||
@@ -17,0 +17,0 @@ components[componentType] = component; |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
158844
122
4729
5
10
1