Skip to content

Commit

Permalink
add package.json to test folder to fix depdencies issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul committed Apr 22, 2022
1 parent 9288af5 commit 2a16fc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"release:pre": "npm version prerelease && npm publish --tag=pre",
"release:pre": "npm version prerelease && npm publish --tag=pre",
"develop": "done-serve --static --develop --port 8080"
},
"main": "can-import-module.js",
Expand Down
3 changes: 3 additions & 0 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "can-import-module-test"
}

0 comments on commit 2a16fc6

Please sign in to comment.