Skip to content

Commit

Permalink
fix: clone the test folder for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou authored and Janny committed May 25, 2018
1 parent f5e3e94 commit 00688ea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
8 changes: 0 additions & 8 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@
"@loopback/build": "^0.6.5",
"@types/node": "^10.1.1"
},
"files": [
"README.md",
"index.js",
"index.d.ts",
"dist*/src",
"dist*/index*",
"src"
],
"keywords": [
"loopback",
"LoopBack",
Expand Down
8 changes: 0 additions & 8 deletions examples/log-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@
"url": "https://github.com/strongloop/loopback-next/issues"
},
"homepage": "https://github.com/strongloop/loopback-next/tree/master/examples/log-extension",
"files": [
"README.md",
"index.js",
"index.d.ts",
"dist*/src",
"dist*/index*",
"src"
],
"devDependencies": {
"@loopback/build": "^0.6.5",
"@loopback/testlab": "^0.10.4",
Expand Down
8 changes: 0 additions & 8 deletions examples/rpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@
},
"author": "",
"license": "MIT",
"files": [
"README.md",
"index.js",
"index.d.ts",
"dist*/src",
"dist*/index*",
"src"
],
"dependencies": {
"@loopback/context": "^0.11.2",
"@loopback/core": "^0.8.4",
Expand Down
8 changes: 0 additions & 8 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@
"access": "public"
},
"license": "MIT",
"files": [
"README.md",
"index.js",
"index.d.ts",
"dist*/src",
"dist*/index*",
"src"
],
"dependencies": {
"@loopback/boot": "^0.10.4",
"@loopback/context": "^0.11.2",
Expand Down

0 comments on commit 00688ea

Please sign in to comment.