Skip to content

Commit

Permalink
chore: add private true into pkg json
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Oct 12, 2024
1 parent ea656e5 commit 88a4316
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 7 deletions.
3 changes: 2 additions & 1 deletion demo/gulp-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "weapp-workflow",
"private": true,
"version": "0.0.5",
"packageManager": "yarn@1.22.22",
"description": "A workflow for better weapp developing.",
Expand Down Expand Up @@ -89,4 +90,4 @@
"weapp-tailwindcss": "^3.5.3",
"weapp-tailwindcss-children": "^0.1.0"
}
}
}
1 change: 1 addition & 0 deletions demo/native-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "miniprogram-ts-quickstart",
"private": true,
"version": "1.0.0",
"description": "",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion demo/packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "weapp-tailwindcss-e2e-components-archived",
"version": "0.0.2",
"private": true,
"description": "weapp-tailwindcss e2e test components",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -44,4 +45,4 @@
"url": "git+https://github.com/sonofmagic/weapp-tailwindcss.git",
"directory": "demo/packages/components"
}
}
}
3 changes: 2 additions & 1 deletion demo/uni-app-vue3-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "uni-preset-vue",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "cross-env DEBUG=weapp-tw uni -p mp-weixin",
Expand Down Expand Up @@ -108,4 +109,4 @@
"directory": "demo/uni-app-vue3-vite"
},
"author": "ice breaker <1324318532@qq.com>"
}
}
3 changes: 2 additions & 1 deletion how-to-build-components-by-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "how-to-build-components-by-tailwindcss",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -17,4 +18,4 @@
"url": "git+https://github.com/sonofmagic/weapp-tailwindcss.git",
"directory": "how-to-build-components-by-tailwindcss"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "how-to-build-components-by-tailwindcss-react",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
3 changes: 2 additions & 1 deletion how-to-build-components-by-tailwindcss/vue-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "how-to-build-components-by-tailwindcss-vue",
"private": true,
"version": "0.0.1",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -49,4 +50,4 @@
"directory": "how-to-build-components-by-tailwindcss/vue-lib"
},
"author": "ice breaker <1324318532@qq.com>"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "tailwindcss-versions",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -38,4 +39,4 @@
"url": "git+https://github.com/sonofmagic/weapp-tailwindcss.git",
"directory": "packages/weapp-tailwindcss/test/fixtures/tailwindcss/versions"
}
}
}
3 changes: 2 additions & 1 deletion plugins/cli/test/fixtures/raw-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "miniprogram-ts-sass-quickstart",
"private": true,
"version": "1.0.0",
"description": "",
"scripts": {},
Expand All @@ -19,4 +20,4 @@
"url": "git+https://github.com/sonofmagic/weapp-tailwindcss.git",
"directory": "plugins/cli/test/fixtures/raw-ts"
}
}
}
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ packages:
- website
- benchmark
- '!tailwindcss-weapp'
- '!**/test/**'
# - "demo-linked/*"

0 comments on commit 88a4316

Please sign in to comment.