Skip to content

Commit

Permalink
add typings to tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
yofreke committed Sep 21, 2016
1 parent 9f043f7 commit 75e03cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
dist/*.worker.js
typings/
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"watch": "webpack --debug --devtool eval-source-map --output-pathinfo --progress --colors --watch",
"serve": "webpack-dev-server --debug --devtool eval-source-map --output-pathinfo --inline --hot --host localhost",
"clean": "rm -rf dist",
"postinstall": "npm run build",
"postinstall": "typings install && npm run build",
"publish": "./publish.sh",
"generateModelJsons": "node ./generateModelJsons.js"
},
Expand Down Expand Up @@ -35,6 +35,7 @@
"ts-loader": "^0.8.2",
"twgl.js": "^1.9.0",
"typescript": "^1.8.10",
"typings": "^1.3.3",
"uglify": "^0.1.5",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1",
Expand Down
5 changes: 5 additions & 0 deletions typings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"globalDependencies": {
"node": "registry:env/node#4.0.0+20160918225031"
}
}

0 comments on commit 75e03cd

Please sign in to comment.