From fb635bb11e856fe9f9c26fa3f73e72b9c8c37a92 Mon Sep 17 00:00:00 2001 From: JerryC Date: Thu, 16 May 2019 00:57:59 +0800 Subject: [PATCH] feat: update version to 1.0.0 --- LICENSE | 2 +- README.md | 7 ++++--- package.json | 10 +++++----- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 1b425e0..549670f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 BeautyWe +Copyright (c) 2019 JerryC Huang and other contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 9b51068..70b7162 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # 介绍 -[![CircleCI](https://circleci.com/gh/beautywe/beautywe-plugin-listpage/tree/master.svg?style=svg)](https://circleci.com/gh/beautywe/beautywe-plugin-listpage/tree/master) - -[![NPM Version](https://img.shields.io/npm/v/@beautywe/plugin-listpage.svg)](https://www.npmjs.com/package/@beautywe/plugin-listpage) [![NPM Downloads](https://img.shields.io/npm/dm/@beautywe/plugin-listpage.svg)](https://www.npmjs.com/package/@beautywe/plugin-listpage) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@beautywe/plugin-listpage.svg) +[![CircleCI](https://img.shields.io/circleci/project/github/beautywe/plugin-listpage/master.svg)](https://circleci.com/gh/beautywe/plugin-listpage) +[![NPM Version](https://img.shields.io/npm/v/@beautywe/plugin-listpage.svg)](https://www.npmjs.com/package/@beautywe/plugin-listpage) +[![NPM Downloads](https://img.shields.io/npm/dm/@beautywe/plugin-listpage.svg)](https://www.npmjs.com/package/@beautywe/plugin-listpage) +![npm bundle size](https://img.shields.io/bundlephobia/minzip/@beautywe/plugin-listpage.svg) [![Coverage Status](https://coveralls.io/repos/github/beautywe/beautywe-plugin-listpage/badge.svg)](https://coveralls.io/github/beautywe/beautywe-plugin-listpage) ## Feature diff --git a/package.json b/package.json index 50be3b5..77fb5b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beautywe/plugin-listpage", - "version": "0.0.3", + "version": "1.0.0", "description": "List page plugin for beautywe", "main": "dist/plugin.js", "scripts": { @@ -21,7 +21,7 @@ ], "author": "JerryC8080", "devDependencies": { - "@beautywe/core": "^0.0.10", + "@beautywe/core": "^1.0.0", "@babel/register": "^7.4.0", "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", @@ -59,11 +59,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/beautywe/beautywe-plugin-listpage.git" + "url": "git+https://github.com/beautywe/plugin-listpage.git" }, "license": "MIT", "bugs": { - "url": "https://github.com/beautywe/beautywe-plugin-listpage/issues" + "url": "https://github.com/beautywe/plugin-listpage/issues" }, - "homepage": "https://github.com/beautywe/beautywe-plugin-listpage#readme" + "homepage": "https://github.com/beautywe/plugin-listpage#readme" }