Skip to content

Commit

Permalink
feat(types): Declare location of type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Aug 8, 2016
1 parent 43995fa commit e00b5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "3.0.0",
"description": "Circular Dependencies for most.js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"doc": "typedoc --excludeNotExported --out doc/ --module commonjs --target ES5 --name 'Most Proxy' src/index.ts",
"postdoc": "git add doc/ && git commit -m 'chore(docs): build doc/'",
Expand Down

0 comments on commit e00b5c1

Please sign in to comment.