Skip to content

Commit 1f15ae1

Browse files
committed
Move http-server to devDependencies
1 parent 9344161 commit 1f15ae1

File tree

2 files changed

+48
-20
lines changed

2 files changed

+48
-20
lines changed

package-lock.json

Lines changed: 46 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hms-dbmi-bgm/react-workflow-viz",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "React component for visualizing CWL-like workflows and provenance graphs.",
55
"main": "./dist/react-workflow-viz.min.js",
66
"unpkg": "./dist/react-workflow-viz.min.js",
@@ -42,6 +42,7 @@
4242
"eslint-plugin-react": "^7.16.0",
4343
"fancy-log": "^1.3.3",
4444
"gulp": "^4.0.0",
45+
"http-server": "^0.12.1",
4546
"jasmine": "^3.5.0",
4647
"node-sass": "^4.11.0",
4748
"plugin-error": "^1.0.1",
@@ -62,7 +63,6 @@
6263
"react-transition-group": "^4.2.0"
6364
},
6465
"dependencies": {
65-
"http-server": "^0.12.1",
6666
"memoize-one": "^5.0.1",
6767
"underscore": "^1.9.1"
6868
}

0 commit comments

Comments
 (0)