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

Commit

Permalink
Reduce size of npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Dec 28, 2019
1 parent adbaef1 commit 8cb7ab5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"repository": "lydell/source-map-resolve",
"main": "lib/source-map-resolve-node.js",
"browser": "source-map-resolve.js",
"files": [
"lib",
"source-map-resolve.js"
],
"scripts": {
"lint": "jshint lib/ test/",
"unit": "node test/source-map-resolve.js && node test/windows.js",
Expand Down
4 changes: 4 additions & 0 deletions x-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
repository: "lydell/source-map-resolve",
main: "lib/source-map-resolve-node.js",
browser: "source-map-resolve.js",
files: [
"lib",
"source-map-resolve.js"
],
scripts: {
lint: "jshint lib/ test/",
unit: "node test/source-map-resolve.js && node test/windows.js",
Expand Down

0 comments on commit 8cb7ab5

Please sign in to comment.