Skip to content

Commit 86c4efc

Browse files
eventualbuddhaalexjoverm
authored andcommitted
Explicitly depend on shelljs. (#263)
Since `tools/init` uses shelljs directly, we should depend on it directly. Without this the `node_modules` layout set up by pnpm does not work.
1 parent 80a42a4 commit 86c4efc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,14 @@
108108
"rollup-plugin-sourcemaps": "^0.4.2",
109109
"rollup-plugin-typescript2": "^0.18.0",
110110
"semantic-release": "^15.9.16",
111+
"shelljs": "^0.8.3",
112+
"travis-deploy-once": "^5.0.9",
111113
"ts-jest": "^23.10.2",
112114
"ts-node": "^7.0.1",
113115
"tslint": "^5.11.0",
114116
"tslint-config-prettier": "^1.15.0",
115117
"tslint-config-standard": "^8.0.1",
116118
"typedoc": "^0.12.0",
117-
"typescript": "^3.0.3",
118-
"travis-deploy-once": "^5.0.9"
119+
"typescript": "^3.0.3"
119120
}
120121
}

0 commit comments

Comments
 (0)