File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ PL-node-v0.1.1
6
6
- ADD: Travis CI test support!
7
7
- ADD: Contributing file
8
8
- ADD: Repository to package.json
9
- - THX: thank you @tbranyen for tip on repository
9
+ - CHG: Changed devDependencies to dependencies
10
+ - THX: thank you @tbranyen for tip on repository, dependencies, and NPM
10
11
11
12
PL-node-v0.1.0
12
13
- FIX: Links to patterns did not work when visited from a server
Original file line number Diff line number Diff line change 2
2
"name" : " patternlab-node" ,
3
3
"description" : " Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI)." ,
4
4
"version" : " 0.1.1" ,
5
- "devDependencies " : {
5
+ "dependencies " : {
6
6
"grunt" : " ~0.4.0" ,
7
7
"grunt-contrib-watch" : " ~0.2.0" ,
8
8
"grunt-contrib-sass" : " ~0.2.2" ,
You can’t perform that action at this time.
0 commit comments