jupyter-js-services
Advanced tools
Comparing version 0.11.3 to 0.11.4
{ | ||
"name": "jupyter-js-services", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"description": "Client APIs for the Jupyter services REST APIs", | ||
@@ -19,4 +19,5 @@ "main": "lib/index.js", | ||
"text-encoding": "^0.5.2", | ||
"typedoc": "https://github.com/SierraSoftworks/typedoc.git#cb5aea2b218b4f773451e2818a48629ee9c5066e", | ||
"typedoc": "^0.4.4", | ||
"typescript": "^1.8.0", | ||
"webpack": "^1.13.1", | ||
"ws": "^1.0.1", | ||
@@ -38,3 +39,3 @@ "xmlhttprequest": "^1.8.0" | ||
"docs": "typedoc --mode file --module commonjs --excludeNotExported --target es5 --moduleResolution node --out docs/ src", | ||
"prepublish": "npm run build", | ||
"prepublish": "npm run build && webpack", | ||
"test:coverage": "istanbul cover --dir test/coverage _mocha -- test/build/test*.js", | ||
@@ -56,3 +57,4 @@ "test:integration": "cd test && python integration_test.py", | ||
"lib/*.js", | ||
"lib/*.d.ts" | ||
"lib/*.d.ts", | ||
"dist/*.js" | ||
], | ||
@@ -59,0 +61,0 @@ "author": "Project Jupyter", |
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
385635
32
11162
11