Skip to content

Commit

Permalink
added relevant keywords, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrubelic committed Apr 18, 2019
1 parent 3ace24c commit e3a8a62
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
{
"name": "vue-authenticate",
"version": "1.4.0",
"version": "1.4.1",
"description": "Authentication library for Vue.js",
"main": "dist/vue-authenticate.js",
"main": "dist/vue-authenticate.min.js",
"module": "dist/vue-authenticate.es2015.js",
"unpkg": "dist/vue-authenticate.js",
"scripts": {
"dev": "concurrently --kill-others \"node-dev ./example/server.js\" \"gulp dev\"",
"build": "node build/build.js && cp ./dist/vue-authenticate.js ./example/"
},
"keywords": [
"vue",
"vuejs",
"auth"
],
"keywords": ["vue", "vue.js", "vuejs", "json", "jwt", "token", "auth", "authentication", "oauth", "oauth1", "oauth2"],
"author": {
"name": "Davor Grubelic",
"email": "davor.grubelic@gmail.com",
Expand Down

0 comments on commit e3a8a62

Please sign in to comment.