Skip to content

Commit

Permalink
Fix travis missing publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sineverba committed Sep 3, 2020
1 parent c2fe2b4 commit a06e40a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# 0.1.0
# 0.1.1
+ Fix `travis` publish error `402 Payment Required`

## 0.1.0
+ First version
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sineverba/years-interval",
"version": "0.1.0",
"version": "0.1.1",
"description": "Get an interval of years, useful for copyright notes",
"main": "index.js",
"repository": {
Expand All @@ -23,6 +23,9 @@
],
"author": "alessandro.arici@gmail.com",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.1.0",
Expand Down

0 comments on commit a06e40a

Please sign in to comment.