Skip to content

Commit

Permalink
same mistake - wrong pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
nubz committed Apr 8, 2022
1 parent 5662454 commit 136acef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Control GDS task list states for prototypes and other nodejs apps",
"main": "index.js",
"scripts": {
"test": "npm install @nubz/gds-task-list-ops && jest --coverage=true"
"test": "npm install @nubz/gds-validation && jest --coverage=true"
},
"peerDependencies": {
"@nubz/gds-validation": "^2.4.0"
Expand Down

0 comments on commit 136acef

Please sign in to comment.