Skip to content

Commit

Permalink
Merge pull request #16 from mayajs/0.3.0
Browse files Browse the repository at this point in the history
0.3.0
  • Loading branch information
mackignacio authored Apr 7, 2021
2 parents ac2e1fd + dacf9ef commit f064411
Show file tree
Hide file tree
Showing 28 changed files with 2,273 additions and 1,448 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Build
index.js
index.d.ts
utils/
router/
interface/

# Runtime data
pids
*.pid
Expand Down
6 changes: 6 additions & 0 deletions NPM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## PRE-RELEASE

- Update `package.json`, set `version` to a prerelease version, e.g. `2.0.0-rc1`, `3.1.5-rc4`, ...
- Run `npm pack` to create package
- Run `npm publish <package>.tgz --tag next` to publish the package under the `next` tag
- Run `npm install --save package@next` to install prerelease package
Loading

0 comments on commit f064411

Please sign in to comment.