Skip to content

Commit

Permalink
Rename plugin_helpers to plugin-helpers (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 authored Jan 11, 2023
1 parent bc2439c commit 68d5009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"test:jest": "../../node_modules/.bin/jest --config test/jest.config.js",
"build": "yarn plugin_helpers build",
"plugin_helpers": "node ../../scripts/plugin_helpers"
"build": "yarn plugin-helpers build",
"plugin-helpers": "node ../../scripts/plugin_helpers"
},
"dependencies": {
"brace": "0.11.1",
Expand Down

0 comments on commit 68d5009

Please sign in to comment.