Skip to content

Commit

Permalink
[skip ci] chore(release): v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed May 20, 2019
1 parent f7586dc commit ab75a5e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 1.5.1 (2019-05-20)


### Bug Fixes

* remove prepublishOnly ([7879cd7](https://github.com/FEMessage/upload-to-ali/commit/7879cd7))
26 changes: 15 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"name": "@femessage/upload-to-ali",
"version": "1.5.0",
"version": "1.5.1",
"description": "",
"author": "https://github.com/FEMessage",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FEMessage/upload-to-ali.git"
},
"keywords": ["vue", "sfc", "component"],
"files": ["src", "dist", "yarn.lock"],
"keywords": [
"vue",
"sfc",
"component"
],
"files": [
"src",
"dist",
"yarn.lock"
],
"main": "dist/upload-to-ali.umd.js",
"module": "dist/upload-to-ali.esm.js",
"unpkg": "dist/upload-to-ali.min.js",
Expand All @@ -19,14 +27,10 @@
"scripts": {
"dev": "vue-styleguidist server",
"doc": "vue-styleguidist build",
"build":
"npm run build:unpkg & npm run build:es & npm run build:umd & npm run doc",
"build:umd":
"rollup --config build/rollup.config.js --format umd --file dist/upload-to-ali.umd.js",
"build:es":
"rollup --config build/rollup.config.js --format es --file dist/upload-to-ali.esm.js",
"build:unpkg":
"rollup --config build/rollup.config.js --format iife --file dist/upload-to-ali.min.js",
"build": "npm run build:unpkg & npm run build:es & npm run build:umd & npm run doc",
"build:umd": "rollup --config build/rollup.config.js --format umd --file dist/upload-to-ali.umd.js",
"build:es": "rollup --config build/rollup.config.js --format es --file dist/upload-to-ali.esm.js",
"build:unpkg": "rollup --config build/rollup.config.js --format iife --file dist/upload-to-ali.min.js",
"precommit": "pretty-quick --staged",
"stdver": "standard-version -m '[skip ci] chore(release): v%s'",
"release": "gren release --override"
Expand Down

0 comments on commit ab75a5e

Please sign in to comment.