Skip to content

Commit

Permalink
fix: Move jsii-spec to Dependencies (#1032)
Browse files Browse the repository at this point in the history
Moves jsii-spec to dependencies in package.json instead of devDependencies for jsii-config. This was causing a missing dependency error at runtime.

Fixes #1030
  • Loading branch information
MrArnoldPalmer authored Nov 19, 2019
1 parent e0b2c0d commit 0581323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsii-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"eslint": "^6.6.0",
"jest": "^24.9.0",
"jest-expect-message": "^1.0.2",
"jsii-spec": "^0.20.7",
"typescript": "~3.6.4"
},
"dependencies": {
"inquirer": "^7.0.0",
"jsii-spec": "^0.20.7",
"yargs": "^14.2.0"
},
"jest": {
Expand Down

0 comments on commit 0581323

Please sign in to comment.