Comparing version 4.19.3 to 4.20.0
{ | ||
"name": "electrum", | ||
"version": "4.19.3", | ||
"version": "4.20.0", | ||
"description": "Electrum simplifies framework-agnostic declaration of React components.", | ||
@@ -32,7 +32,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"electrum-events": "^2.3.2", | ||
"electrum-events": "^2.3.3", | ||
"electrum-field": "^1.7.1", | ||
"electrum-require-components": "^2.2.2", | ||
"electrum-store": "^3.9.2", | ||
"electrum-theme": "^4.6.0", | ||
"electrum-store": "^4.0.0", | ||
"electrum-theme": "^4.6.1", | ||
"electrum-trace": "^1.1.2", | ||
@@ -47,3 +47,3 @@ "electrum-utils": "^1.6.7", | ||
"devDependencies": { | ||
"babel-env": "^2.3.1", | ||
"babel-env": "^2.4.0", | ||
"chokidar-cli": "^1.2.0", | ||
@@ -50,0 +50,0 @@ "generic-js-env": "^2.2.4", |
@@ -1,4 +0,2 @@ | ||
/*globals __dirname */ | ||
'use strict'; | ||
/* globals __dirname */ | ||
var path = require ('path'); | ||
@@ -5,0 +3,0 @@ var root = path.join (__dirname, '..'); |
@@ -1,3 +0,2 @@ | ||
/*globals __dirname */ | ||
'use strict'; | ||
/* globals __dirname */ | ||
var babel = require ('babel-core'); | ||
@@ -23,3 +22,3 @@ var fs = require ('fs'); | ||
debug: true, | ||
env: { | ||
env: { | ||
type: 'node' | ||
@@ -26,0 +25,0 @@ }, |
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
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
150173
67
2834
+ Addedelectrum-store@4.0.0(transitive)
- Removedelectrum-store@3.9.2(transitive)
Updatedelectrum-events@^2.3.3
Updatedelectrum-store@^4.0.0
Updatedelectrum-theme@^4.6.1