removing test now that I get what's going on :)

This commit is contained in:
dhg 2014-12-22 11:29:31 -08:00
parent 6ce993fddf
commit 2a7e6adcbc

View File

@ -1,28 +0,0 @@
{
"name": "skeleton",
"version": "2.0.2",
"homepage": "http://getskeleton.com/",
"repository": {
"type": "git",
"url": "https://github.com/dhg/Skeleton"
},
"authors": [
"Dave Gamache <hi@getskeleton.com> (http://davegamache.com/)"
],
"description": "Skeleton is a dead-simple, responsive boilerplate to kickstart any responsive project.",
"main": "css/skeleton.css",
"dependencies": {
"normalize.css": "3.0.2"
},
"keywords": [
"css",
"skeleton",
"responsive",
"boilerplate"
],
"license": "MIT",
"ignore": [
".gitignore",
"*.md"
],
}