Skip to content

Commit

Permalink
version alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ear1grey committed Mar 12, 2020
1 parent 94dc33a commit 651983b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-portsoc",
"version": "0.1.0",
"version": "0.2.0",
"description": "University of Portsmouth, School of Computing, ECMAScript Code Conventions",
"main": "index.js",
"scripts": {
Expand Down

3 comments on commit 651983b

@jacekkopecky
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use npm version minor instead of manual version updates as part of releasing, it bumps package and package lock.

@ear1grey
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps we need a release script

@jacekkopecky
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be useful; and simple tests

Please sign in to comment.