@modern-js/tailwindcss-generator 2.4.10 → 3.0.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +45697 -49993
  2. package/package.json +10 -35
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.4.10",
14
+ "version": "3.0.0-beta.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "main": "./dist/index.js",
17
17
  "files": [
@@ -20,17 +20,17 @@
20
20
  ],
21
21
  "devDependencies": {
22
22
  "@babel/runtime": "^7.18.0",
23
- "@modern-js/codesmith": "1.6.3",
24
- "@modern-js/codesmith-api-app": "1.6.3",
23
+ "@modern-js/codesmith": "2.0.0",
24
+ "@modern-js/codesmith-api-app": "2.0.0",
25
25
  "@types/jest": "^27",
26
26
  "@types/node": "^14",
27
27
  "jest": "^27",
28
28
  "typescript": "^4",
29
- "@modern-js/dependence-generator": "2.4.10",
30
- "@modern-js/generator-common": "2.4.10",
31
- "@modern-js/generator-utils": "2.4.10",
32
- "@scripts/build": "1.21.5",
33
- "@scripts/jest-config": "1.21.5"
29
+ "@modern-js/dependence-generator": "3.0.0-beta.1",
30
+ "@modern-js/generator-common": "3.0.0-beta.1",
31
+ "@modern-js/generator-utils": "3.0.0-beta.1",
32
+ "@scripts/build": "2.0.0-beta.1",
33
+ "@scripts/jest-config": "2.0.0-beta.1"
34
34
  },
35
35
  "sideEffects": false,
36
36
  "modernConfig": {
@@ -44,34 +44,9 @@
44
44
  "access": "public"
45
45
  },
46
46
  "types": "./src/index.ts",
47
- "wireit": {
48
- "build": {
49
- "command": "modern build",
50
- "files": [
51
- "src/**/*",
52
- "tsconfig.json",
53
- "package.json",
54
- "modern.config.js"
55
- ],
56
- "output": [
57
- "dist/**/*",
58
- "!dist/node/main.js"
59
- ]
60
- },
61
- "test": {
62
- "command": "jest --passWithNoTests",
63
- "files": [
64
- "src/**/*",
65
- "tsconfig.json",
66
- "package.json",
67
- "tests/**/*"
68
- ],
69
- "output": []
70
- }
71
- },
72
47
  "scripts": {
73
48
  "new": "modern new",
74
- "build": "wireit",
75
- "test": "wireit"
49
+ "build": "modern build",
50
+ "test": "jest --passWithNoTests"
76
51
  }
77
52
  }