Skip to content

Commit

Permalink
chore: update package.json to include *.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Oct 13, 2016
1 parent 9dd4a14 commit a91a1dc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"url": "https://github.com/dvajs/dva"
},
"homepage": "https://github.com/dvajs/dva",
"typings": "./index.d.ts",
"keywords": [
"dva",
"ant",
Expand All @@ -19,8 +20,13 @@
"framework",
"frontend"
],
"author": "chencheng <sorrycc@gmail.com>",
"authors": [
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dvajs/dva/issues"
},
"scripts": {
"test": "cross-env NODE_ENV=test nyc mocha --no-timeouts",
"debug": "mocha --require babel-register --require ./test/setup.js --no-timeouts",
Expand Down Expand Up @@ -100,6 +106,10 @@
"router.js",
"fetch.js",
"mobile.js",
"index.js"
"index.js",
"index.d.ts",
"router.d.ts",
"fetch.d.ts",
"mobile.d.ts"
]
}

0 comments on commit a91a1dc

Please sign in to comment.