Skip to content

Commit

Permalink
added test project
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Sep 25, 2024
1 parent f25e282 commit 1a69f03
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build/testdata/npm/noBuildProject/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "npm_test2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"lightweight": "^0.1.0",
"minimist": "^0.1.0",
"underscore": "^1.13.6",
"cors.js": "0.0.1-security"
}
}

0 comments on commit 1a69f03

Please sign in to comment.