Skip to content

Commit

Permalink
fix: permission to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
daliborgogic committed Sep 13, 2018
1 parent 8ea53c6 commit 225e7dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "interpolation",
"name": "nuxt-interpolation",
"version": "0.1.1",
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
"main": "index.js",
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/daliborgogic/interpolation.git"
"url": "git+https://github.com/daliborgogic/nuxt-interpolation.git"
},
"keywords": [
"nuxt",
Expand All @@ -27,9 +27,9 @@
"author": "Dalibor Gogic <mail@daliborgogic/com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/daliborgogic/interpolation/issues"
"url": "https://github.com/daliborgogic/nuxt-interpolation/issues"
},
"homepage": "https://github.com/daliborgogic/interpolation#readme",
"homepage": "https://github.com/daliborgogic/nuxt-interpolation#readme",
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
Expand Down

0 comments on commit 225e7dc

Please sign in to comment.