Skip to content

Commit

Permalink
Explicitly depend on shelljs. (#263)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eventualbuddha authored and alexjoverm committed Jan 29, 2019
1 parent 80a42a4 commit 86c4efc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,14 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.18.0",
"semantic-release": "^15.9.16",
"shelljs": "^0.8.3",
"travis-deploy-once": "^5.0.9",
"ts-jest": "^23.10.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-config-standard": "^8.0.1",
"typedoc": "^0.12.0",
"typescript": "^3.0.3",
"travis-deploy-once": "^5.0.9"
"typescript": "^3.0.3"
}
}

0 comments on commit 86c4efc

Please sign in to comment.