Skip to content

Commit

Permalink
Fix non-existent files reference
Browse files Browse the repository at this point in the history
  • Loading branch information
fongandrew committed Sep 15, 2017
1 parent ca592f6 commit 4f57a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-routes",
"version": "0.1.0",
"version": "0.1.1",
"description": "Routes with TypeScript support",
"main": "lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -25,6 +25,6 @@
"tslib": "^1.7.1"
},
"files": [
"src"
"lib"
]
}

0 comments on commit 4f57a94

Please sign in to comment.