Skip to content

Commit

Permalink
v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Nov 18, 2018
1 parent 9bef18f commit e2c56be
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "icij-vue-collection",
"version": "0.0.11",
"version": "0.0.12",
"description": "A collection of Vue component from ICIJ team",
"author": "[email protected]",
"main": "dist/lib/icij-vue-collection.umd.min.js",
"files": [
"*",
"dist/**/*"
],
"private": false,
"license": "MIT",
"scripts": {
"prepublishOnly": "yarn build",
"postpublish": "yarn deploy",
"serve": "vue-cli-service serve",
"build": "yarn build:docs && yarn build:lib",
"build:docs": "vue-cli-service build --dest dist/docs",
Expand Down

0 comments on commit e2c56be

Please sign in to comment.