Skip to content
This repository was archived by the owner on Feb 2, 2018. It is now read-only.

Commit b688c4a

Browse files
committed
Undo changes to package.json
1 parent e095ce4 commit b688c4a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,21 @@
2727
},
2828
"repository": {
2929
"type": "git",
30-
"url":
31-
"git+https://github.com/strongloop/loopback-next-extension-starter.git"
30+
"url": "git+https://github.com/strongloop/loopback-next-extension-starter.git"
3231
},
3332
"author": "",
3433
"license": "MIT",
3534
"bugs": {
36-
"url":
37-
"https://github.com/strongloop/loopback-next-extension-starter/issues"
35+
"url": "https://github.com/strongloop/loopback-next-extension-starter/issues"
3836
},
39-
"homepage":
40-
"https://github.com/strongloop/loopback-next-extension-starter#readme",
41-
"files": ["README.md", "index.js", "index.d.ts", "dist", "dist6"],
37+
"homepage": "https://github.com/strongloop/loopback-next-extension-starter#readme",
38+
"files": [
39+
"README.md",
40+
"index.js",
41+
"index.d.ts",
42+
"dist",
43+
"dist6"
44+
],
4245
"dependencies": {
4346
"@loopback/context": "^4.0.0-alpha.14",
4447
"@loopback/core": "^4.0.0-alpha.16",

0 commit comments

Comments
 (0)