Add style prop, remove useless props

This commit is contained in:
Michael Shick 2014-12-12 13:16:45 -05:00
parent f55be69dc8
commit e9ac1a40eb

View File

@ -2,10 +2,10 @@
"name": "Skeleton", "name": "Skeleton",
"version": "2.0.0", "version": "2.0.0",
"description": "Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development", "description": "Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development",
"main": "css/skeleton.css", "style": "css/skeleton.css",
"scripts": { "files": [
"test": "echo \"Error: no test specified\" && exit 1" "css/skeleton.css"
}, ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/dhg/Skeleton.git" "url": "https://github.com/dhg/Skeleton.git"