Skip to content

Commit

Permalink
fix(declarations): marks declarations as a module to help with async …
Browse files Browse the repository at this point in the history
…imports. Closes #8
  • Loading branch information
wessberg committed Aug 12, 2019
1 parent 2259411 commit ac1e99e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
],
"license": "MIT",
"devDependencies": {
"@wessberg/rollup-plugin-ts": "1.1.62",
"@wessberg/rollup-plugin-ts": "1.1.63",
"@wessberg/scaffold": "1.0.19",
"@wessberg/ts-config": "^0.0.41",
"rollup": "^1.17.0",
"rollup": "^1.19.4",
"rollup-plugin-node-resolve": "^5.2.0",
"tslib": "^1.10.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"standard-changelog": "^2.0.11",
"standard-changelog": "^2.0.13",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"husky": "^3.0.0",
"husky": "^3.0.3",
"np": "^5.0.3"
},
"dependencies": {},
Expand Down

0 comments on commit ac1e99e

Please sign in to comment.