Skip to content

Commit d265982

Browse files
authored
add nvm and volta config to all packages (#68)
1 parent 7228c5f commit d265982

45 files changed

Lines changed: 91 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.13.0
1+
v16.13.1

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "npm run test --workspaces --if-present"
3535
},
3636
"volta": {
37-
"node": "16.13.0",
38-
"npm": "8.1.3"
37+
"node": "16.13.1",
38+
"npm": "8.3.0"
3939
}
4040
}

packages/base-cli/.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
node_modules
2+
dist
23
package-lock.json
34
yarn.lock
45
*.log*
56
*.result.css
6-
.*
7-
dist/*
7+
*.result.css.map
88
!.editorconfig
99
!.gitignore
10-
!.gitkeep
1110
!.rollup.js
1211
!.tape.js
12+
!.travis.yml
13+
!.github

packages/base-cli/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v16.13.1

packages/base-cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@
2929
"type": "git",
3030
"url": "https://github.com/csstools/postcss-plugins.git",
3131
"directory": "packages/base-cli"
32+
},
33+
"volta": {
34+
"extends": "../../package.json"
3235
}
3336
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v16.13.1

packages/generate-test-cases/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"type": "git",
2323
"url": "https://github.com/csstools/postcss-plugins.git",
2424
"directory": "packages/generate-test-cases"
25+
},
26+
"volta": {
27+
"extends": "../../package.json"
2528
}
2629
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v16.13.1

plugin-packs/postcss-preset-env/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,8 @@
9090
"type": "git",
9191
"url": "https://github.com/csstools/postcss-plugins.git",
9292
"directory": "plugin-packs/postcss-preset-env"
93+
},
94+
"volta": {
95+
"extends": "../../package.json"
9396
}
9497
}

plugins/css-blank-pseudo/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v16.13.1

0 commit comments

Comments
 (0)