Skip to content

Commit 8ffe56a

Browse files
committedJan 30, 2015
Add package to npm registry.
1 parent b8f6cc4 commit 8ffe56a

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
 

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ module via a Git Submodule, or copy and paste.
2323

2424
$ bower install --save inuit-pack
2525

26+
### Install using npm:
27+
28+
$ npm install --save inuit-pack
29+
2630
Once installed, `@import` into your project in its Objects layer:
2731

2832
@import "bower_components/inuit-pack/objects.pack";

‎package.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "inuit-pack",
3+
"version": "0.1.1",
4+
"description": "A simple layout tool in the inuitcss framework",
5+
"main": "_objects.pack.scss",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/inuitcss/objects.pack.git"
9+
},
10+
"author": "Harry Roberts <harry@csswizardry.com>",
11+
"license": "Apache 2",
12+
"bugs": {
13+
"url": "https://github.com/inuitcss/objects.pack/issues"
14+
},
15+
"homepage": "https://github.com/inuitcss/objects.pack",
16+
"keywords": [
17+
"inuitcss",
18+
"oocss",
19+
"css"
20+
],
21+
"dependencies": {
22+
"inuit-defaults": "~0.2.1",
23+
"inuit-functions": "~0.2.0"
24+
}
25+
}

0 commit comments

Comments
 (0)
Please sign in to comment.