Skip to content

Commit

Permalink
release: 130002.16.0 (based on 13.0.2, version 16.0)
Browse files Browse the repository at this point in the history
FIX #1: global npm install on posix systems
  • Loading branch information
warren-bank committed Feb 16, 2022
1 parent 7ba2702 commit b261caa
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 56 deletions.
6 changes: 0 additions & 6 deletions lib/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@
"micro",
"http-server"
],
"bin": {
"serve": "./bin/serve.js"
},
"dependencies": {
"serve-handler": "file:../serve-handler",
"schemas": "file:../schemas",

"ajv": "8.8.2",
"arg": "5.0.1",
"boxen": "5.1.2",
Expand Down
72 changes: 28 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@warren-bank/serve",
"type": "commonjs",
"version": "130002.15.0",
"version": "130002.16.0",
"description": "Static file serving and directory listing",
"author": "Warren Bank (https://github.com/warren-bank)",
"license": "GPL-2.0",
Expand Down Expand Up @@ -43,11 +43,6 @@
"bin": {
"serve": "./lib/serve/bin/serve.js"
},
"dependencies": {
"serve-handler": "file:./lib/serve-handler",
"schemas": "file:./lib/schemas",
"serve": "file:./lib/serve"
},
"repository": {
"type": "git",
"url": "https://github.com/warren-bank/node-serve"
Expand Down

0 comments on commit b261caa

Please sign in to comment.