pegjs/tools/publish-dev/package.json
Futago-za Ryuu baf8b3a339 Publish to pegjs@dev on every CI run
This adds a new local package called '@pegjs/publish-dev' that will be run by the CI after all other tasks.

'@pegjs/publish-dev' will, as the name implies, publish a new release of pegjs on NPM under the dev tag.
2019-02-15 00:54:31 +00:00

6 lines
82 B
JSON

{
"name": "@pegjs/publish-dev",
"version": "2.0.0",
"private": true
}