Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
add npm run pub task to help moving towards public 'scoped package'…
Browse files Browse the repository at this point in the history
… releases as per https://docs.npmjs.com/misc/scope; this is also related to GerHobbelt/jison#11
  • Loading branch information
GerHobbelt committed Aug 27, 2017
1 parent 508d51f commit 5a8da7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"description": "A parser for lexical grammars used by jison",
"main": "lex-parser.js",
"scripts": {
"test": "make test"
"test": "make test",
"pub": "npm publish --access public"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5a8da7b

Please sign in to comment.