Skip to content

Commit

Permalink
Merge pull request #4 from renestalder/patch-1
Browse files Browse the repository at this point in the history
add npm package.json
  • Loading branch information
bymathias committed Jun 4, 2015
2 parents 4cc3020 + 4dabc51 commit 95feb06
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@require 'normalize';
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "normalize.styl",
"version": "3.0.3",
"description": "Stylus version of normalize.css",
"main": "normalize.styl",
"repository": {
"type": "git",
"url": "https://github.com/bymathias/normalize.styl.git"
},
"keywords": [
"normalize",
"css",
"stylus"
],
"author": ["Nicolas Gallagher", "Mathias Brouilly"],
"license": "MIT",
"bugs": {
"url": "https://github.com/bymathias/normalize.styl/issues"
},
"homepage": "https://github.com/bymathias/normalize.styl"
}

0 comments on commit 95feb06

Please sign in to comment.