Skip to content

Commit 0e4e005

Browse files
authored
Merge pull request #2 from garnerp/master
Correct the repository location in package.json for npmjs website
2 parents 529f39a + a8cc76b commit 0e4e005

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ava": {
77
"verbose": "true"
88
},
9-
"bugs": "https://github.com/reshape/reshape-eval-code/issues",
9+
"bugs": "https://github.com/reshape/eval-code/issues",
1010
"dependencies": {
1111
"reshape-code-gen": "^0.2.1",
1212
"reshape-parser": "^0.2.1",
@@ -24,10 +24,10 @@
2424
"engines": {
2525
"node": ">= 6"
2626
},
27-
"homepage": "https://github.com/reshape/reshape-eval-code",
27+
"homepage": "https://github.com/reshape/eval-code",
2828
"license": "MIT",
2929
"main": "lib",
30-
"repository": "reshape/reshape-eval-code",
30+
"repository": "reshape/eval-code",
3131
"scripts": {
3232
"codecov": "nyc report -r lcovonly && codecov",
3333
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",

0 commit comments

Comments
 (0)