Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horis ci #41

Merged
merged 17 commits into from
Oct 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix package.json
  • Loading branch information
IRyabov-HORIS committed Oct 16, 2019
commit 3dde45b21a720f8c624b17456b7b4b7adb560b5b
8 changes: 4 additions & 4 deletions js-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demoweb",
"name": "datalore-plot-bundling",
"version": "1.0.0",
"description": "",
"description": "file for setup js part bundling environment",
"main": "plot-demo.js",
"directories": {
"lib": "lib"
Expand All @@ -11,8 +11,8 @@
"webpack-build-dev": "webpack --config webpack.dev.config.js",
"webpack-build-prod": "webpack --config webpack.prod.config.js"
},
"author": "",
"license": "ISC",
"author": "JetBrains",
"license": "MIT",
"devDependencies": {
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
Expand Down