diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee434a..283312a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,3 @@ # 更新日志 - * [2.6.x](https://www.layui.com/doc/base/changelog.html#2-6-x) - * [2.5.x](https://www.layui.com/doc/base/changelog.html#2-5-x) - * [2.4.x](https://www.layui.com/doc/base/changelog.html#2-4-x) - * [2.3.0](https://www.layui.com/doc/base/changelog.html#2-3-0) - * [2.2.6](https://www.layui.com/doc/base/changelog.html#2-2-6) - * [2.2.5](https://www.layui.com/doc/base/changelog.html#2-2-5) - * [2.2.4](https://www.layui.com/doc/base/changelog.html#2-2-45) - * [2.2.3](https://www.layui.com/doc/base/changelog.html#2-2-3) - * [2.2.2](https://www.layui.com/doc/base/changelog.html#2-2-2) - * [2.2.1](https://www.layui.com/doc/base/changelog.html#2-2-1) - * [2.2.0](https://www.layui.com/doc/base/changelog.html#2-2-0) - * [2.1.7](https://www.layui.com/doc/base/changelog.html#2-1-7) - * [2.1.6](https://www.layui.com/doc/base/changelog.html#2-1-6) - * [2.1.5](https://www.layui.com/doc/base/changelog.html#2-1-5) - * [2.1.4](https://www.layui.com/doc/base/changelog.html#2-1-4) - * [2.1.3](https://www.layui.com/doc/base/changelog.html#2-1-3) - * [2.1.2](https://www.layui.com/doc/base/changelog.html#2-1-2) - * [2.1.1](https://www.layui.com/doc/base/changelog.html#2-1-1) - * [2.1.0](https://www.layui.com/doc/base/changelog.html#2-1-0) - * [2.0.2](https://www.layui.com/doc/base/changelog.html#2-0-2) - * [2.0.1](https://www.layui.com/doc/base/changelog.html#2-0-1) - * [2.0.0](https://www.layui.com/doc/base/changelog.html#2-0-0) + https://github.com/sentsin/layui/releases diff --git a/package.json b/package.json index 9047b5a..aa57ae3 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,15 @@ { "name": "layui", "realname": "layui", - "version": "2.6.8", + "version": "2.7.0-rc6", "description": "Classic modular Front-End UI library", "main": "dist/layui.js", "license": "MIT", - "scripts": { - "test": "karma start karma.conf.unit.js", - "test:cov": "npm test -- --reporters mocha,coverage", - "test:sauce": "karma start karma.conf.sauce.js", - "test:watch": "npm test -- --auto-watch --no-single-run" - }, + "scripts": {}, "repository": { "type": "git", "url": "git+ssh://git@github.com/sentsin/layui.git" }, - "author": [ - "sentsin " - ], "homepage": "https://github.com/sentsin/layui/", "devDependencies": { "chai": "^4.3.4", @@ -32,14 +24,6 @@ "gulp-replace": "^0.6.1", "gulp-uglify": "^1.5.4", "gulp-zip": "^4.0.0", - "karma": "^1.5.0", - "karma-chai": "^0.1.0", - "karma-chai-sinon": "^0.1.5", - "karma-coverage": "^1.1.1", - "karma-mocha": "^1.3.0", - "karma-mocha-reporter": "^2.2.3", - "karma-phantomjs-launcher": "^1.0.4", - "karma-sauce-launcher": "^1.1.0", "minimist": "^1.2.5", "mocha": "^3.2.0", "sinon": "^3.2.1", @@ -57,7 +41,8 @@ "keywords": [ "layui", "ui", - "JavaScript Framework", + "ui library", + "javascript framework", "toolkit", "front-end component library" ]