Skip to content

Commit d314a7e

Browse files
authored
Merge pull request #430 from material-components/merge-all-prs
Merged PRs
2 parents be8614a + 1c2673c commit d314a7e

34 files changed

+2882
-121
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
16

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"url": "https://github.com/material-components/material-design-for-wordpress/issues"
2020
},
2121
"engines": {
22-
"node": ">=10",
23-
"npm": ">=6.9"
22+
"node": ">=16",
23+
"npm": ">=7.24"
2424
},
2525
"devDependencies": {
2626
"@babel/cli": "7.8.4",
@@ -164,7 +164,7 @@
164164
"scripts": {
165165
"build": "npm-run-all build:*",
166166
"build:prepare": "grunt clean",
167-
"build:js": "NODE_ENV=dev wp-scripts build && wp-scripts build",
167+
"build:js": "wp-scripts build",
168168
"build:run": "grunt build",
169169
"build:zip": "grunt create-build-zip",
170170
"deploy": "npm run build && grunt deploy",

0 commit comments

Comments
 (0)