@practicaloptimism/program-utility
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "@practicaloptimism/program-utility", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A set of useful algorithms and data structures for computer programs", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"scripts": { | ||
"publish": "npm run build:documentation && npm publish --access public", | ||
"publish": "npm run build:documentation && git add . && git commit -m \"update project documentation\" && npm publish --access public", | ||
"serve:demos": "npm run build:javascript && http-server -p 9090 ./demos --cors", | ||
@@ -26,0 +26,0 @@ "serve:javascript": "http-server -p 9091 ./compiled --cors", |
@@ -17,3 +17,3 @@ | ||
##### This Documentation Page was last Updated on Sun Aug 02 2020 22:43:31 GMT-0500 (Central Daylight Time) | ||
##### This Documentation Page was last Updated on Sun Aug 02 2020 22:44:50 GMT-0500 (Central Daylight Time) | ||
@@ -20,0 +20,0 @@ ### Installation |
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
354166