Skip to content

Commit

Permalink
v0.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Nov 28, 2018
1 parent 2a873f5 commit f09ed91
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.31",
"version": "0.0.34",
"description": "A collection of Vue component from ICIJ team",
"author": "[email protected]",
"main": "dist/lib/icij-vue-collection.umd.min.js",
Expand All @@ -16,7 +16,7 @@
"serve": "vue-cli-service serve",
"build": "yarn build:docs && yarn build:lib",
"build:docs": "vue-cli-service build --dest dist/docs",
"build:lib": "vue-cli-service build --target lib --dest dist/lib 'src/main.js'",
"build:lib": "vue-cli-service build --target lib --dest dist/lib 'lib/main.js'",
"deploy": "node deploy.js",
"lint": "vue-cli-service lint"
},
Expand Down

0 comments on commit f09ed91

Please sign in to comment.