@arcblock/license 2.5.48 → 2.5.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -13,7 +13,7 @@ render({ status: '403' }) // => 403 page
13
13
  render({ status: '500' }) // => 500 page
14
14
  render({ status: 'error' }) // => error page
15
15
  render({ status: 'maintenance' }) // => maintenance page
16
- render({ status: 'coming-soon' }) // => coming-soon page
16
+ render({ status: 'comingSoon' }) // => comingSoon page
17
17
  render({ status: 'info', title: 'Here is a info message' }) // => info page
18
18
  render({ title: '...', description: '...', icon: '...' }) // => custom result page
19
19
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/license",
3
- "version": "2.5.48",
3
+ "version": "2.5.49",
4
4
  "description": "This package provide a set of license agreement for arcblock products",
5
5
  "keywords": [
6
6
  "arcblock",
@@ -17,6 +17,7 @@
17
17
  },
18
18
  "scripts": {
19
19
  "lint": "eslint src/**",
20
+ "lint:fix": "npm run lint -- --fix",
20
21
  "build": "node tools/md2jsx.js && babel src --out-dir lib --copy-files",
21
22
  "precommit": "CI=1 npm run lint",
22
23
  "prepush": "CI=1 npm run lint",
@@ -43,5 +44,5 @@
43
44
  "remark": "^12.0.1",
44
45
  "remark-html": "^13.0.2"
45
46
  },
46
- "gitHead": "79c5d91c07cd0d7c76286b9865d902a27acc163f"
47
+ "gitHead": "984f01cb1503cac77e52885893a9f50269f3da91"
47
48
  }