Skip to content

Commit 35a7be0

Browse files
committed
added repository to package.json
fixes #32
1 parent 982b494 commit 35a7be0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ PL-node-v0.1.1
55
- ADD: Flag for generating debug file
66
- ADD: Travis CI test support!
77
- ADD: Contributing file
8+
- ADD: Repository to package.json
9+
- THX: thank you @tbranyen for tip on repository
810

911
PL-node-v0.1.0
1012
- FIX: Links to patterns did not work when visited from a server

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"Grunt",
2121
"Javascript"
2222
],
23+
"repository": {
24+
"type": "git",
25+
"url": "git://github.com/pattern-lab/patternlab-node.git"
26+
},
2327
"author": "Brian Muenzenmeyer",
2428
"license": "MIT",
2529
"scripts": {

0 commit comments

Comments
 (0)