Skip to content

Commit ad950de

Browse files
committed
Make npm happier
1 parent 48aca59 commit ad950de

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
@@ -46,8 +46,8 @@
4646
},
4747
"license": "Apache-2.0",
4848
"bin": {
49-
"ti": "./bin/ti.js",
50-
"titanium": "./bin/ti.js"
49+
"ti": "bin/ti.js",
50+
"titanium": "bin/ti.js"
5151
},
5252
"files": [
5353
"./src"

0 commit comments

Comments
 (0)