Comparing version 2.20.0 to 2.21.0
{ | ||
"name": "electrum", | ||
"version": "2.20.0", | ||
"version": "2.21.0", | ||
"description": "Electrum simplifies framework-agnostic declaration of React components.", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"babel": "babel --quiet --out-dir lib src", | ||
"compile": "rimraf ./lib && require-self && npm run regen && npm run babel", | ||
"babel": "babel --quiet --out-dir lib src && babel --quiet --out-dir lib.test src.test", | ||
"clean": "rimraf ./lib && rimraf ./lib.test", | ||
"compile": "npm run clean && require-self && npm run regen && npm run babel", | ||
"rebuild": "npm run regen && npm run babel", | ||
"prepublish": "npm run compile", | ||
"regen": "electrum-require-components --crlf --wrap ./src exp .component.js all-components.js", | ||
"test": "npm run compile && mocha --harmony lib/test/**/*.js", | ||
"test": "npm run compile && mocha --harmony lib.test/**/*.js", | ||
"watch": "chokidar \"src/**/*.js\" -i \"src/all-components.js\" -c \"npm run rebuild\"" | ||
@@ -44,3 +45,3 @@ }, | ||
"chokidar-cli": "^1.2.0", | ||
"mai-chai": "^2.0.1", | ||
"mai-chai": "^2.3.0", | ||
"require-self": "^0.1.0", | ||
@@ -47,0 +48,0 @@ "rimraf": "^2.5.2" |
@@ -14,9 +14,6 @@ /*globals __dirname */ | ||
{pattern: 'test/test-helper.js'}, | ||
{pattern: 'src/exp/**/*.js'}, | ||
{pattern: 'src/interfaces/*.js'}, | ||
{pattern: 'src/utils/**/*.js'}, | ||
{pattern: 'src/*.js'} | ||
{pattern: 'src/**/*.js'} | ||
], | ||
tests: [ | ||
{pattern: 'src/test/**/*.js'}, | ||
{pattern: 'src.test/**/*.js'}, | ||
], | ||
@@ -23,0 +20,0 @@ compilers: { |
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
124696
2277