We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982b494 commit 35a7be0Copy full SHA for 35a7be0
CHANGELOG
@@ -5,6 +5,8 @@ PL-node-v0.1.1
5
- ADD: Flag for generating debug file
6
- ADD: Travis CI test support!
7
- ADD: Contributing file
8
+ - ADD: Repository to package.json
9
+ - THX: thank you @tbranyen for tip on repository
10
11
PL-node-v0.1.0
12
- FIX: Links to patterns did not work when visited from a server
package.json
@@ -20,6 +20,10 @@
20
"Grunt",
21
"Javascript"
22
],
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git://github.com/pattern-lab/patternlab-node.git"
26
+ },
27
"author": "Brian Muenzenmeyer",
28
"license": "MIT",
29
"scripts": {
0 commit comments