Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit d70e9fa

Browse files
committed
correct "bugs" field in package.json
1 parent 6a0b2b4 commit d70e9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternengine-node-underscore",
33
"description": "The Underscore engine for Pattern Lab / Node",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "lib/engine_underscore.js",
66
"dependencies": {
77
"underscore": "^1.8.3"
@@ -20,7 +20,7 @@
2020
"type": "git",
2121
"url": "https://github.com/pattern-lab/patternengine-node-underscore.git"
2222
},
23-
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
23+
"bugs": "https://github.com/pattern-lab/patternengine-node-underscore/issues",
2424
"author": "Brian Muenzenmeyer & Geoffrey Pursell",
2525
"license": "MIT",
2626
"scripts": {

0 commit comments

Comments
 (0)