File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ 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
- - CHG: Changed devDependencies to dependencies
10
- - THX: thank you @tbranyen for tip on repository, dependencies, and NPM
9
+ - THX: thank you @tbranyen for tip on repository, and NPM
11
10
12
11
PL-node-v0.1.0
13
12
- FIX: Links to patterns did not work when visited from a server
Original file line number Diff line number Diff line change 1
1
/*
2
- * patternlab-node - v0.1.1 - 2014-04-18
2
+ * patternlab-node - v0.1.1 - 2014-05-05
3
3
*
4
4
* Brian Muenzenmeyer, and the web community.
5
5
* Licensed under the MIT license.
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
- "dependencies " : {
5
+ "devDependencies " : {
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