Skip to content

Commit

Permalink
v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Nov 17, 2018
1 parent 240be9f commit 50d26d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icij-vue-collection",
"version": "0.0.9",
"version": "0.0.10",
"description": "A collection of Vue component from ICIJ team",
"author": "[email protected]",
"main": "dist/lib/icij-vue-collection.min.js",
Expand All @@ -15,7 +15,7 @@
"build": "yarn run build:lib && yarn run build:docs",
"build:lib": "node build/build-lib.js",
"build:docs": "node build/build.js",
"deploy": "yarn run build && node build/deploy.js",
"deploy": "node build/deploy.js",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
Expand Down

0 comments on commit 50d26d7

Please sign in to comment.