Skip to content

Commit

Permalink
v2.0.0 change core steamer-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 committed Oct 24, 2017
1 parent e2bf7b3 commit b6afb93
Show file tree
Hide file tree
Showing 36 changed files with 1,197 additions and 1,342 deletions.
32 changes: 16 additions & 16 deletions .eslintrc.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
module.exports = {
"env": {
"browser": true,
"node": true,
"commonjs": true,
"es6": true
"env": {},
"extends": [
"eslint-config-alloy"
],
"plugins": [],
"rules": {
"one-var": "off",
"strict": "off",
complexity: ["error", 20]
},
"extends": "eslint:recommended",
rules: {
"indent": 0,
"no-console": 0,
"no-redeclare": 1,
"no-unused-vars": 1,
"one-var-declaration-per-line": [2, "always"],
"no-mixed-spaces-and-tabs": 0,
"semi": 2,
"no-inner-declarations": 1,
"no-extra-boolean-cast": 0,
"globals": {
"describe": true,
"it": true,
"before": true,
"after": true,
"beforeEach": true,
"afterEach": true
}
};
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.DS_Store
.DS_Store
coverage
1 change: 0 additions & 1 deletion .travis.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ node_js:
- node
- 7
- 6
- 5

script: npm run travis

Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.0
- 更新内核 steamer-plugin

## 1.1.0
- 更新 steamer-pluginutils

Expand All @@ -10,6 +13,5 @@
## 1.0.1
- 更新config.json模板


## 1.0.0
- 基本功能
Empty file modified README.md
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion coverage/coverage.json

This file was deleted.

213 changes: 0 additions & 213 deletions coverage/lcov-report/base.css

This file was deleted.

106 changes: 0 additions & 106 deletions coverage/lcov-report/index.html

This file was deleted.

1 change: 0 additions & 1 deletion coverage/lcov-report/prettify.css

This file was deleted.

1 change: 0 additions & 1 deletion coverage/lcov-report/prettify.js

This file was deleted.

Binary file removed coverage/lcov-report/sort-arrow-sprite.png
Binary file not shown.
Loading

0 comments on commit b6afb93

Please sign in to comment.