Skip to content

Commit

Permalink
Publish js v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLau95 committed Mar 9, 2018
1 parent 208ad85 commit d9acdae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2"
"version": "0.1.3"
}
2 changes: 1 addition & 1 deletion packages/gitbook-plugin-nbinteract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitbook-plugin-nbinteract",
"version": "0.1.2",
"version": "0.1.3",
"description": "Gitbook plugin for nbinteract",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.1.3",
"description": "Library to allow public interactive Jupyter notebooks",
"main": "lib/index.bundle.js",
"module": "src/index.js",
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.2",
"version": "0.1.3",
"description": "Script to allow public interactive Jupyter notebooks",
"main": "built/index.bundle.js",
"scripts": {
Expand Down Expand Up @@ -29,6 +29,6 @@
},
"homepage": "https://github.com/SamLau95/nb-interact#readme",
"dependencies": {
"nbinteract-core": "^0.1.2"
"nbinteract-core": "^0.1.3"
}
}

0 comments on commit d9acdae

Please sign in to comment.