Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Move to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Mar 21, 2020
1 parent df81125 commit 71e9b9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@
"finder"
],
"repository": "lydell/source-map-resolve",
"main": "lib/source-map-resolve-node.js",
"files": [
"lib"
],
"scripts": {
"lint": "jshint lib/ test/",
"unit": "node test/source-map-resolve.js && node test/windows.js",
"lint": "jshint index.js test/",
"unit": "node test/index.js && node test/windows.js",
"test": "npm run lint && npm run unit"
},
"dependencies": {
Expand Down
File renamed without changes.

0 comments on commit 71e9b9d

Please sign in to comment.