Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "finity", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A finite state machine library for Node.js and the browser with a friendly configuration DSL", | ||
@@ -20,2 +20,7 @@ "keywords": [ | ||
}, | ||
"files": [ | ||
"*.md", | ||
"lib", | ||
"umd" | ||
], | ||
"main": "lib/index.js", | ||
@@ -32,2 +37,3 @@ "repository": { | ||
"babel-preset-stage-0": "^6.5.0", | ||
"babel-loader": "^6.2.4", | ||
"jasmine": "^2.4.1", | ||
@@ -43,7 +49,12 @@ "jasmine-spec-reporter": "^2.4.0", | ||
"coveralls": "^2.11.9", | ||
"rimraf": "^2.5.2" | ||
"rimraf": "^2.5.2", | ||
"webpack": "^1.13.1", | ||
"cross-env": "^1.0.8" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf lib", | ||
"build": "npm run clean && babel src --out-dir lib", | ||
"clean": "rimraf lib && rimraf umd", | ||
"build:commonjs": "babel src --out-dir lib", | ||
"build:umd": "cross-env NODE_ENV=development webpack src/index.js umd/Finity.js", | ||
"build:umd:min": "cross-env NODE_ENV=production webpack -p src/index.js umd/Finity.min.js", | ||
"build": "npm run clean && npm run build:commonjs && npm run build:umd && npm run build:umd:min", | ||
"test": "babel-node spec/support/jasmineRunner", | ||
@@ -50,0 +61,0 @@ "coverage": "babel-node node_modules/isparta/bin/isparta cover --root src --report lcovonly spec/support/jasmineRunner.js", |
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
117315
23
1876
19