Skip to content

Commit 0edeb39

Browse files
committed
reverted dependencies for now.
pl is a development tool. it cannot run in a production mode since it needs to be built at least once...
1 parent 0b2de22 commit 0edeb39

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG

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

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

builder/patternlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v0.1.1 - 2014-04-18
2+
* patternlab-node - v0.1.1 - 2014-05-05
33
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.

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-
"dependencies": {
5+
"devDependencies": {
66
"grunt": "~0.4.0",
77
"grunt-contrib-watch": "~0.2.0",
88
"grunt-contrib-sass": "~0.2.2",

0 commit comments

Comments
 (0)