Skip to content

Commit b7e4471

Browse files
committed
minor update
1 parent b1070dd commit b7e4471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "ts-npm-module",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A sample TypeScript npm module",
55
"main": "js/index.js",
6-
"typings":"js",
6+
"typings": "js/index",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},

0 commit comments

Comments
 (0)