forked from jasder/antlr
tweak doc
This commit is contained in:
parent
19ec50f38a
commit
464bcbc32d
|
@ -293,6 +293,7 @@ cd runtime/JavaScript
|
|||
```bash
|
||||
cd runtime/JavaScript
|
||||
npm update
|
||||
npm install
|
||||
npm run build
|
||||
npm login
|
||||
npm publish # don't put antlr4 on there or it will try to push the old version for some reason
|
||||
|
|
|
@ -2883,9 +2883,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"ini": {
|
||||
"version": "1.3.5",
|
||||
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
|
||||
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
|
||||
"version": "1.3.6",
|
||||
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.6.tgz",
|
||||
"integrity": "sha512-IZUoxEjNjubzrmvzZU4lKP7OnYmX72XRl3sqkfJhBKweKi5rnGi5+IUdlj/H1M+Ip5JQ1WzaDMOBRY90Ajc5jg==",
|
||||
"dev": true
|
||||
},
|
||||
"interpret": {
|
||||
|
|
Loading…
Reference in New Issue