@parcel/create-react-app 2.12.1-canary.3345 → 2.12.1-canary.3350

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +5 -11
  2. package/bin/dev-bin.js +0 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/create-react-app",
3
- "version": "2.12.1-canary.3345+9c95c1b9b",
3
+ "version": "2.12.1-canary.3350+5ecb1316c",
4
4
  "bin": {
5
5
  "parcel-create-react-app": "lib/bin.js"
6
6
  },
@@ -13,13 +13,8 @@
13
13
  "source": "src/bin.js",
14
14
  "files": [
15
15
  "templates",
16
- "lib",
17
- "bin"
16
+ "lib"
18
17
  ],
19
- "scripts": {
20
- "prepack": "./ensure-no-dev-lib.sh",
21
- "dev:prepare": "rimraf ./lib/ && mkdir -p lib && cp ./bin/dev-bin.js ./lib/bin.js"
22
- },
23
18
  "license": "MIT",
24
19
  "publishConfig": {
25
20
  "access": "public"
@@ -37,8 +32,7 @@
37
32
  },
38
33
  "devDependencies": {
39
34
  "@babel/core": "^7.22.11",
40
- "@parcel/babel-register": "2.12.0",
41
- "rimraf": "^5.0.5"
35
+ "@parcel/babel-register": "2.12.0"
42
36
  },
43
- "gitHead": "9c95c1b9ba961142e8aab79378be988afe3ed624"
44
- }
37
+ "gitHead": "5ecb1316c23d22b89bd3e2fbb44137761cecfc70"
38
+ }
package/bin/dev-bin.js DELETED
@@ -1,8 +0,0 @@
1
- /**
2
- * DEV BIN - DO NOT PUBLISH
3
- *
4
- * This file is copied into /lib/ by `yarn run dev:prepare`
5
- *
6
- * When babel build runs it is overwritten by another asset.
7
- */
8
- require('../src/bin');