Skip to content

Commit 0d2187b

Browse files
authored
Corrected package.json repository location
1 parent 529f39a commit 0d2187b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "reshape-eval-code",
33
"description": "Evaluate all code nodes and transform to text nodes",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"author": "Jeff Escalante",
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)