Skip to content

Commit

Permalink
Increment version v2.0.0
Browse files Browse the repository at this point in the history
New version will not recognize old versions as being the same in instanceof checks.
  • Loading branch information
JCThePants committed May 3, 2020
1 parent 8371182 commit 009b96c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ __Install as Dependency in NodeJS Project__
npm config set @mintpond:registry https://npm.pkg.github.com/mintpond
npm config set //npm.pkg.github.com/:_authToken <PERSONAL_ACCESS_TOKEN>

npm install @mintpond/mint-commands@1.0.0 --save
npm install @mintpond/mint-commands@2.0.0 --save
```
[Creating a personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mintpond/mint-commands",
"version": "1.0.0",
"version": "2.0.0",
"description": "CLI Command line interface for NodeJS",
"author": "JCThePants",
"main": "index.js",
Expand Down

0 comments on commit 009b96c

Please sign in to comment.