Skip to content

Commit

Permalink
🔖release v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
宋慧武 committed Apr 13, 2019
1 parent d4d21a6 commit c3dfb18
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": "v-track",
"version": "0.2.1",
"version": "0.2.9",
"description": "一个基于Vue指令的埋点插件",
"author": "LHammer <[email protected]>",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"lint": "vue-cli-service lint",
"build:browser": "rollup --config build/rollup.config.browser.js && npm run size",
"build:es": "rollup --config build/rollup.config.es.js",
"prepublishOnly": "npm run build",
"prepublishOnly": "npm run test && npm run build",
"size": "gzip-size dist/v-track.min.js",
"test:unit": "vue-cli-service test:unit"
},
Expand Down

0 comments on commit c3dfb18

Please sign in to comment.