@ray-js/build-plugin-router 1.4.0-alpha.6 → 1.4.0-alpha.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,27 +1,30 @@
1
1
  {
2
2
  "name": "@ray-js/build-plugin-router",
3
- "version": "1.4.0-alpha.6",
3
+ "version": "1.4.0-alpha.7",
4
4
  "description": "Ray build plugin for router",
5
5
  "keywords": [
6
6
  "ray"
7
7
  ],
8
+ "repository": {},
8
9
  "license": "MIT",
10
+ "maintainers": [
11
+ {
12
+ "name": "tuyafe",
13
+ "email": "tuyafe@tuya.com"
14
+ }
15
+ ],
9
16
  "main": "lib/index.js",
10
17
  "files": [
11
18
  "lib",
12
19
  "templates"
13
20
  ],
14
- "publishConfig": {
15
- "access": "public",
16
- "registry": "https://registry.npmjs.org"
17
- },
18
21
  "scripts": {
19
- "clean": "rm -rf lib",
20
22
  "build": "tsc -p ./tsconfig.build.json",
23
+ "clean": "rm -rf lib",
21
24
  "watch": "tsc -p ./tsconfig.build.json --watch"
22
25
  },
23
26
  "dependencies": {
24
- "@ray-js/shared": "^1.4.0-alpha.6",
27
+ "@ray-js/shared": "^1.4.0-alpha.7",
25
28
  "chokidar": "^3.5.3",
26
29
  "colors": "1.4.0",
27
30
  "ejs": "^3.1.9",
@@ -30,14 +33,11 @@
30
33
  "url": "^0.11.1"
31
34
  },
32
35
  "devDependencies": {
33
- "@ray-js/types": "^1.4.0-alpha.6"
36
+ "@ray-js/types": "^1.4.0-alpha.7"
34
37
  },
35
- "maintainers": [
36
- {
37
- "name": "tuyafe",
38
- "email": "tuyafe@tuya.com"
39
- }
40
- ],
41
- "gitHead": "14cb935df10f020e714b44bb41d4899646db751c",
42
- "repository": {}
38
+ "publishConfig": {
39
+ "access": "public",
40
+ "registry": "https://registry.npmjs.org"
41
+ },
42
+ "gitHead": "14cb935df10f020e714b44bb41d4899646db751c"
43
43
  }