Skip to content

Commit

Permalink
fix(package.json): Incorrectly set "bin" was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mirismaili committed Jun 28, 2019
1 parent df25e1d commit e524050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "simplatic-http-server",
"version": "0.0.3",
"version": "0.0.4",
"description": "A very light-weight and very simple static HTTP server based on node's built-in http module",
"main": "dist/main.umd.js",
"bin": {
"serve": "dist/main.umd.js"
},
"scripts": {
"test:e2e": "mocha",
"pretest:e2e:coverage": "rimraf coverage",
Expand Down

0 comments on commit e524050

Please sign in to comment.