Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
champsupertramp committed Jan 9, 2024
1 parent adefb63 commit a6aeb0b
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 1 deletion.
104 changes: 104 additions & 0 deletions src/um-pass-strength/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/um-pass-strength/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@wordpress/i18n": "^4.48.0",
"@zxcvbn-ts/core": "*",
"@zxcvbn-ts/language-common": "*",
"@zxcvbn-ts/language-en": "*",
Expand All @@ -23,5 +24,8 @@
"resolve-url-loader": "^2.3.1"
},
"author": "Ultimate Member Group Ltd.",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"@automattic/i18n-loader-webpack-plugin": "^2.0.43"
}
}

0 comments on commit a6aeb0b

Please sign in to comment.