@parcel/compressor-raw 2.12.1-dev.3138 → 2.12.1-nightly.3134
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@parcel/compressor-raw",
|
3
|
-
"version": "2.12.1-
|
3
|
+
"version": "2.12.1-nightly.3134+2059029ee",
|
4
4
|
"license": "MIT",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -17,10 +17,10 @@
|
|
17
17
|
"source": "src/RawCompressor.js",
|
18
18
|
"engines": {
|
19
19
|
"node": ">= 12.0.0",
|
20
|
-
"parcel": "
|
20
|
+
"parcel": "2.0.0-nightly.1509+2059029ee"
|
21
21
|
},
|
22
22
|
"dependencies": {
|
23
|
-
"@parcel/plugin": "2.0.0-
|
23
|
+
"@parcel/plugin": "2.0.0-nightly.1511+2059029ee"
|
24
24
|
},
|
25
|
-
"gitHead": "
|
25
|
+
"gitHead": "2059029ee91e5f03a273b0954d3e629d7375f986"
|
26
26
|
}
|