Skip to content

Commit 6001c97

Browse files
authored
Use dojo-typings instead of @types/dojo (#243)
dojo-typings is more accurate than @types/dojo
1 parent d53e750 commit 6001c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"url": "https://github.com/SitePen/dstore"
1010
},
1111
"dependencies": {
12-
"@types/dojo": "^1.9.0",
13-
"dojo": "^1.9.0"
12+
"dojo": "^1.9.0",
13+
"dojo-typings": "^1.11.11"
1414
},
1515
"devDependencies": {
1616
"intern-geezer": "^2",

0 commit comments

Comments
 (0)