Skip to content

Commit b5dc46c

Browse files
committed
call the main file index.js
Tired of having to rename it on windows to test out stuff with tar(1)
1 parent 0525639 commit b5dc46c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tar.js renamed to index.js

File renamed without changes.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"type": "git",
88
"url": "https://github.com/npm/node-tar.git"
99
},
10-
"main": "tar.js",
1110
"scripts": {
1211
"test": "tap test/*.js --100 -J --coverage-report=text",
1312
"preversion": "npm test",
@@ -33,7 +32,7 @@
3332
},
3433
"license": "ISC",
3534
"files": [
36-
"tar.js",
35+
"index.js",
3736
"lib/"
3837
]
3938
}

0 commit comments

Comments
 (0)