Skip to content

Commit

Permalink
Using importHelpers
Browse files Browse the repository at this point in the history
  • Loading branch information
rorticus committed Nov 14, 2017
1 parent 01885a3 commit 28abbcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"test": "grunt test"
},
"peerDependencies": {
"@dojo/core": "~0.1.0",
"@dojo/core": "~0.2.1",
"@dojo/has": "~0.1.0",
"@dojo/i18n": "~0.1.0",
"@dojo/shim": "~0.1.0",
"@dojo/shim": "~0.2.2",
"@dojo/widget-core": "~0.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitThis": true,
"noEmitHelpers": true,
"importHelpers": true,
"downlevelIteration": true,
"outDir": "_build/",
"plugins": [
Expand Down

0 comments on commit 28abbcb

Please sign in to comment.