Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dnomak committed Sep 5, 2015
1 parent 002698a commit 9e3de6c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,11 @@ $wrap-masonry: (2, 3, 4, 5, 6);
@import "flexiblegs";
```

### [npm](https://www.npmjs.com/package/flexiblegs-scss)
```
$ npm install --save flexiblegs-scss
```

### [Bower](http://bower.io)
```
$ bower install --save flexiblegs-scss
Expand Down
4 changes: 1 addition & 3 deletions bower.json
Expand Up @@ -15,9 +15,7 @@
"flex"
],
"main": "flexiblegs.scss",
"authors": [
"@dnomak"
],
"author": "@dnomak",
"license": "MIT",
"ignore": [
"**/.*"
Expand Down
24 changes: 24 additions & 0 deletions package.json
@@ -0,0 +1,24 @@
{
"name": "flexiblegs-scss",
"version": "5.3.4",
"homepage": "http://flexible.gs",
"description": "Flexible Grid System Scss",
"keywords": [
"css",
"sass",
"scss",
"grid",
"responsive",
"framework",
"flexible",
"flexbox",
"flex"
],
"main": "flexiblegs.scss",
"author": "@dnomak",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/flexiblegs/flexiblegs-scss.git"
}
}

0 comments on commit 9e3de6c

Please sign in to comment.