@fox-js/fox 2.1.11 → 2.1.13

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 (1) hide show
  1. package/package.json +23 -23
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
- {
2
- "name": "@fox-js/fox",
3
- "version": "2.1.11",
4
- "keywords": [
5
- "Router",
6
- "Vue2",
7
- "Utils"
8
- ],
9
- "description": "Fox Router and commons Utils",
10
- "main": "main.js",
11
- "style": "libs/index.css",
12
- "typings": "",
13
- "publishConfig": {
14
- "access": "public"
15
- },
16
- "scripts": {
17
- "publish:beta": "npm version prerelease & npm publish --tag beta",
18
- "publish:legacy": "npm version patch & npm publish --tag legacy",
19
- "publish:latest": "npm version patch & npm publish"
20
- },
21
- "dependencies": {},
22
- "repository": ""
23
- }
1
+ {
2
+ "name": "@fox-js/fox",
3
+ "version": "2.1.13",
4
+ "keywords": [
5
+ "Router",
6
+ "Vue2",
7
+ "Utils"
8
+ ],
9
+ "description": "Fox Router and commons Utils",
10
+ "main": "main.js",
11
+ "style": "libs/index.css",
12
+ "typings": "",
13
+ "publishConfig": {
14
+ "access": "public"
15
+ },
16
+ "scripts": {
17
+ "publish:beta": "npm version prerelease & npm publish --tag beta",
18
+ "publish:legacy": "npm version patch & npm publish --tag legacy",
19
+ "publish:latest": "npm version patch & npm publish"
20
+ },
21
+ "dependencies": {},
22
+ "repository": ""
23
+ }