ciena-graphlib
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,5 @@ | ||
# 1.0.2 (2017-04-18) | ||
* **Fixed** build. | ||
# 1.0.1 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "ciena-graphlib", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A directed and undirected multi-graph library", | ||
"scripts": { | ||
"build": "babel src -d lib --presets es2015 --plugins add-module-exports", | ||
"build": "npm run build-dist && npm run build-lib", | ||
"build-dist": "webpack && uglifyjs ./dist/ciena-graphlib.js -c -m -o ./dist/ciena-graphlib.min.js --source-map ./dist/ciena-graphlib.min.js.map", | ||
"build-lib": "babel src -d lib --presets es2015 --plugins add-module-exports", | ||
"lint": "npm run lint-js", | ||
@@ -27,2 +29,3 @@ "lint-js": "eslint lib test *.js", | ||
"babel-cli": "^6.9.0", | ||
"babel-loader": "^6.4.1", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
@@ -36,3 +39,4 @@ "babel-preset-es2015": "^6.9.0", | ||
"istanbul": "^0.4.3", | ||
"mocha": "^3.0.0" | ||
"mocha": "^3.0.0", | ||
"webpack": "^2.3.3" | ||
}, | ||
@@ -39,0 +43,0 @@ "repository": { |
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
92993
12
52
2617