Skip to content

Commit

Permalink
Add to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Richardson committed Mar 15, 2017
1 parent 0d36fe8 commit c5ac947
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ spec/reports
test/tmp
test/version_tmp
tmp
.DS_STORE
.DS_STORE
node_modules
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ Import Sass:
@import bower_components/neat/app/assets/stylesheets/neat
@import bower_components/manhattan/app/assets/stylesheets/manhattan

### NPM
npm install manhattan-sass --save-dev

Import Sass:

@import node_modules/bourbon/app/assets/stylesheets/bourbon
@import node_modules/bourbon-neat/app/assets/stylesheets/neat
@import node_modules/manhattan-sass/app/assets/stylesheets/manhattan

## Contributing

1. Fork it
Expand Down
2 changes: 1 addition & 1 deletion lib/manhattan-sass/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Manhattan
VERSION = "0.5.2"
VERSION = "0.6.1"
end
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "manhattan-sass",
"version": "0.6.1",
"description": "Manhattan is a powerful, mobile-first responsive framework built on top of Bourbon Neat",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kohactive/manhattan.git"
},
"author": "kohactive",
"license": "ISC",
"bugs": {
"url": "https://github.com/kohactive/manhattan/issues"
},
"homepage": "https://github.com/kohactive/manhattan#readme",
"dependencies": {
"bourbon": "~> 4.2",
"bourbon-neat": "^1.7.4"
}
}

0 comments on commit c5ac947

Please sign in to comment.