Skip to content

Commit

Permalink
fix: missing typescript index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sky committed Oct 29, 2018
1 parent 9e93670 commit cc9d6e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ves",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Powerful, Simple Vue Node Isomorphic Framework",
"dependencies": {
"axios": "^0.17.1",
Expand Down Expand Up @@ -58,6 +58,7 @@
],
"author": "sky",
"files": [
"index.d.ts",
"index.js",
"lib",
"app",
Expand Down

0 comments on commit cc9d6e1

Please sign in to comment.