forked from antlr/antlr4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4c2966
commit 14f0c7a
Showing
3 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
publishing to npm | ||
================= | ||
The JavaScript runtime is published on npm. | ||
There is nothing to build since JavaScript is based on source code only. | ||
The JavaScript itself is tested using npm, so assumption is npm is already installed. | ||
The current npm version used is 3.10.9. | ||
The publishing itself relies on the information in src/antlr4/package.json. | ||
To publish, from Terminal, you need to navigate to the src/ directory. | ||
Once there, login: npm login | ||
Then npm publish antlr4 | ||
That's it! | ||
|