Skip to content

Commit 80ac93c

Browse files
committed
Move phosphor depedency into dev
1 parent a5c91b9 commit 80ac93c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"homepage": "https://github.com/LukeSheard/phosphor-standalone#readme",
2424
"devDependencies": {
25+
"@phosphor/widgets": "^1.5.0",
2526
"@types/extract-text-webpack-plugin": "^3.0.0",
2627
"@types/node": "^8.5.2",
2728
"@types/webpack": "^3.8.1",
@@ -34,7 +35,7 @@
3435
"typescript": "^2.6.2",
3536
"webpack": "^3.10.0"
3637
},
37-
"dependencies": {
38-
"@phosphor/widgets": "^1.5.0"
39-
}
38+
"bundledDependencies": [
39+
"@phosphor/widgets"
40+
]
4041
}

0 commit comments

Comments
 (0)