Skip to content

Commit

Permalink
Publish js v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLau95 committed Aug 17, 2018
1 parent 2971094 commit 1b4f6ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
}
},
"npmClient": "yarn",
"version": "0.1.8"
"version": "0.1.9"
}
13 changes: 9 additions & 4 deletions packages/nbinteract-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbinteract-core",
"version": "0.1.8",
"version": "0.1.9",
"description": "Library to allow public interactive Jupyter notebooks",
"main": "lib/index.bundle.js",
"module": "src/index.js",
Expand All @@ -10,8 +10,7 @@
"watch": "webpack --watch",
"serve": "webpack-dev-server --open",
"stats": "webpack --profile --json > stats.json",
"stats-prod":
"webpack --profile --json --mode production > stats-prod.json",
"stats-prod": "webpack --profile --json --mode production > stats-prod.json",
"analyze": "webpack-bundle-analyzer -p 9999 stats.json",
"analyze-prod": "webpack-bundle-analyzer -p 9999 stats-prod.json",
"clean": "rimraf lib/*"
Expand All @@ -20,7 +19,13 @@
"type": "git",
"url": "git+https://github.com/SamLau95/nbinteract.git"
},
"keywords": ["jupyter", "notebook", "html", "interactive", "widgets"],
"keywords": [
"jupyter",
"notebook",
"html",
"interactive",
"widgets"
],
"author": "Sam Lau",
"license": "BSD-3-Clause",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nbinteract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbinteract",
"version": "0.1.8",
"version": "0.1.9",
"description": "Script to allow public interactive Jupyter notebooks",
"main": "built/index.bundle.js",
"scripts": {
Expand All @@ -27,6 +27,6 @@
},
"homepage": "https://github.com/SamLau95/nb-interact#readme",
"dependencies": {
"nbinteract-core": "^0.1.8"
"nbinteract-core": "^0.1.9"
}
}

0 comments on commit 1b4f6ec

Please sign in to comment.