@parcel/codeframe 2.2.0 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/codeframe",
3
- "version": "2.2.0",
3
+ "version": "2.3.2",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -19,14 +19,21 @@
19
19
  "engines": {
20
20
  "node": ">= 12.0.0"
21
21
  },
22
+ "targets": {
23
+ "main": {
24
+ "includeNodeModules": {
25
+ "chalk": false
26
+ }
27
+ }
28
+ },
22
29
  "dependencies": {
23
- "chalk": "^4.1.0",
24
- "emphasize": "^4.2.0",
25
- "slice-ansi": "^4.0.0",
26
- "string-width": "^4.2.0"
30
+ "chalk": "^4.1.0"
27
31
  },
28
32
  "devDependencies": {
33
+ "emphasize": "^4.2.0",
34
+ "slice-ansi": "^4.0.0",
35
+ "string-width": "^4.2.0",
29
36
  "strip-ansi": "^6.0.0"
30
37
  },
31
- "gitHead": "4745cd3023f8d5a5adcf9e565d5b82d1418dc262"
38
+ "gitHead": "47379bf8fabeb2cfe03ade8802d942388b153e5b"
32
39
  }