Skip to content

Commit

Permalink
Updated package and readme for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Ricci authored and Ignacio Ricci committed Nov 4, 2015
1 parent 2e24342 commit 552be50
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Ocssipital

[![NPM version][npm-image]][npm-link]

> A grid creation boilerplate for [SASS](http://sass-lang.com/)
# Features
Expand Down Expand Up @@ -230,4 +232,7 @@ Changes an element's current column size for a different one.
- Web: [http://pazguille.me](http://pazguille.me)

# License
MIT license. Copyright © 2015 [Mango](http://getmango.com).
MIT license. Copyright © 2015 [Mango](http://getmango.com).

[npm-image]: https://img.shields.io/npm/v/ocssipital.svg?style=flat
[npm-link]: https://npmjs.org/package/ocssipital
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "ocssipital",
"version": "0.0.0",
"repository": "[email protected]:Mango/ocssipital.git",
"description": "A grid creation boilerplate for SASS",
"main": "generator.js",
"author": "Ignacio Ricci ([email protected])",
"version": "0.0.1",
"keywords": [
"layout",
"grid",
Expand All @@ -11,13 +12,12 @@
"flexbox"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "node generator.js"
},
"author": "Ignacio Ricci ([email protected])",
"license": "MIT",
"dependencies": {
"devDependencies": {
"mkdirp": "0.5.1",
"node-sass": "3.3.3",
"colors": "1.1.2"
}
}
}

0 comments on commit 552be50

Please sign in to comment.