Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andréas HANSS committed Feb 18, 2019
1 parent 1a569f3 commit 41f26e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 31,7 @@ build/Release
# Dependency directories
node_modules
jspm_packages
dist

# Optional npm cache directory
.npm
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 1,2 @@
node_modules/
.vscode/
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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "vue-ua",
"version": "1.5.0",
"version": "1.6.0",
"description": "Help for Google Universal Analytics in Vue application",
"main": "./dist/vue-analytics.min.js",
"author": "Andréas \"ScreamZ\" Hanss",
Expand All @@ -11,7 11,8 @@
"lint": "standard",
"pretest": "npm run lint",
"test": "mocha --opts .mocha",
"test:watch": "npm t -- --watch"
"test:watch": "npm t -- --watch",
"prepublishOnly": "webpack"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 41f26e7

Please sign in to comment.