-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix: #11] Rename to concisecss and Delete pr unit
- Loading branch information
James Kolce
committed
Sep 16, 2016
1 parent
a82cb2b
commit 80cbb26
Showing
5 changed files
with
4 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "concise-cli", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Command-line Interface for Concise Framework", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "tape test" | ||
}, | ||
"bin": { | ||
"concise": "index.js" | ||
"concisecss": "index.js" | ||
}, | ||
"author": "James Kolce <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -17,9 +17,9 @@ | |
"node-sass": "^3.7.0", | ||
"postcss": "^5.0.21", | ||
"postcss-custom-media": "^5.0.1", | ||
"postcss-import": "^8.1.2", | ||
"postcss-lh": "^1.1.0", | ||
"postcss-media-minmax": "^2.1.2", | ||
"postcss-pr": "^1.0.0" | ||
"postcss-media-minmax": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
"tape": "^4.5.1" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters