Skip to content

Commit

Permalink
Getting ready for usage as npm cli
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Nov 21, 2019
1 parent 79a93a2 commit b2d415b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.2.0",
"description": "a manifest deployer for sofe",
"main": "src/web-server.js",
"bin": {
"import-map-deployer": "./bin/import-map-deployer"
},
"scripts": {
"test": "rm -f sofe-manifest.json && jasmine",
"start": "node src/web-server.js"
Expand Down

0 comments on commit b2d415b

Please sign in to comment.