We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 529f39a + a8cc76b commit 0e4e005Copy full SHA for 0e4e005
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"ava": {
7
"verbose": "true"
8
},
9
- "bugs": "https://github.com/reshape/reshape-eval-code/issues",
+ "bugs": "https://github.com/reshape/eval-code/issues",
10
"dependencies": {
11
"reshape-code-gen": "^0.2.1",
12
"reshape-parser": "^0.2.1",
@@ -24,10 +24,10 @@
24
"engines": {
25
"node": ">= 6"
26
27
- "homepage": "https://github.com/reshape/reshape-eval-code",
+ "homepage": "https://github.com/reshape/eval-code",
28
"license": "MIT",
29
"main": "lib",
30
- "repository": "reshape/reshape-eval-code",
+ "repository": "reshape/eval-code",
31
"scripts": {
32
"codecov": "nyc report -r lcovonly && codecov",
33
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
0 commit comments