Skip to content

Commit

Permalink
chore(package): typescript, validate:ts script
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored and gr2m committed Jan 19, 2018
1 parent 9003db1 commit d217195
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"semantic-release": "^12.2.2",
"simple-mock": "^0.8.0",
"standard": "^10.0.3",
"standard-markdown": "^4.0.2"
"standard-markdown": "^4.0.2",
"typescript": "^2.6.2"
},
"types": "index.d.ts",
"scripts": {
Expand All @@ -70,6 +71,8 @@
"postbuild:docs": "apidoc -i doc/ -o doc/",
"build:flow": "node scripts/generate-flow-types",
"build:ts": "node scripts/generate-typescript-types",
"prevalidate:ts": "npm run -s build:ts",
"validate:ts": "tsc index.d.ts",
"deploy-docs": "gh-pages-with-token -d doc",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit d217195

Please sign in to comment.