Skip to content

Commit

Permalink
fixup! apply review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
biniam committed Feb 1, 2018
1 parent e1c230d commit 18b6265
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"clean": "lerna run clean --loglevel=silent --parallel",
"clean:lerna": "lerna clean --yes --parallel --loglevel=silent",
"build": "lerna run build --parallel --loglevel=silent",
"build:current": "lerna run build:current --parallel --loglevel=silent",
"build:full": "npm run clean:lerna && npm run bootstrap && npm run build && npm run mocha && npm run lint",
"pretest": "npm run clean && npm run build",
"test": "node packages/build/bin/run-nyc npm run mocha",
Expand Down
6 changes: 2 additions & 4 deletions packages/cli/generators/project/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@
"license": "MIT",
"files": [
"README.md",
"index.js",
"index.d.ts",
"dist",
"dist6"
"dist/index.js",
"dist"
],
"dependencies": {
"@loopback/context": ">=4.0.0-alpha.18",
Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
},
"files": [
"README.md",
"index.js",
"index.d.ts",
"dist/index.js",
"dist/src",
"api-docs",
"src"
Expand Down

0 comments on commit 18b6265

Please sign in to comment.