Skip to content

Commit 87d906b

Browse files
committed
changed dependencies
should support NPM this way. need to reconcile with Travis
1 parent 35a7be0 commit 87d906b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ PL-node-v0.1.1
66
- ADD: Travis CI test support!
77
- ADD: Contributing file
88
- 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
1011

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "patternlab-node",
33
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
44
"version": "0.1.1",
5-
"devDependencies": {
5+
"dependencies": {
66
"grunt": "~0.4.0",
77
"grunt-contrib-watch": "~0.2.0",
88
"grunt-contrib-sass": "~0.2.2",

0 commit comments

Comments
 (0)