Skip to content

Commit

Permalink
Bump panel version
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 23, 2021
1 parent dec61e4 commit 74088e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include panel/*.json
include panel/assets/*.gif
include panel/assets/*.svg
include panel/index.ts
include panel/layout/*.html
include panel/models/*.ts
include panel/models/vtk/*.ts
include panel/_templates/*.js
Expand Down
4 changes: 2 additions & 2 deletions panel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holoviz/panel",
"version": "0.12.0-a.6",
"version": "0.12.0-a.7",
"description": "A high level dashboarding library for python visualization libraries.",
"license": "BSD-3-Clause",
"repository": {
Expand All @@ -23,5 +23,5 @@
"files": [
"dist/**/*.{js,js.map,d.ts,json,css}"
],
"main": "dist/panel.min.js"
"main": "dist/panel.js"
}

0 comments on commit 74088e7

Please sign in to comment.