Skip to content

Commit

Permalink
Update package.json to include the repository (#7184)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rr committed Oct 29, 2021
1 parent 84e07f2 commit d80749f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/dev/babel-preset/package.json
Expand Up @@ -3,6 +3,11 @@
"version": "2.0.0",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/parcel-bundler/parcel.git",
"directory": "packages/dev/babel-preset"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
Expand Down
5 changes: 5 additions & 0 deletions packages/utils/babylon-walk/package.json
Expand Up @@ -10,6 +10,11 @@
"url": "https://opencollective.com/parcel"
},
"description": "Lightweight Babylon AST traversal",
"repository": {
"type": "git",
"url": "https://github.com/parcel-bundler/parcel.git",
"directory": "packages/utils/babylon-walk"
},
"main": "lib/index.js",
"source": "src/index.js",
"engines": {
Expand Down
5 changes: 5 additions & 0 deletions packages/utils/create-react-app/package.json
Expand Up @@ -5,6 +5,11 @@
"parcel-create-react-app": "src/bin.js"
},
"main": "lib/bin.js",
"repository": {
"type": "git",
"url": "https://github.com/parcel-bundler/parcel.git",
"directory": "packages/utils/create-react-app"
},
"source": "src/bin.js",
"files": [
"templates",
Expand Down
5 changes: 5 additions & 0 deletions packages/utils/fs-write-stream-atomic/package.json
Expand Up @@ -3,6 +3,11 @@
"version": "2.0.0",
"description": "Like `fs.createWriteStream(...)`, but atomic.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/parcel-bundler/parcel.git",
"directory": "packages/utils/fs-write-stream-atomic"
},
"directories": {
"test": "test"
},
Expand Down

0 comments on commit d80749f

Please sign in to comment.