Compare commits

...

8 Commits

4 changed files with 9 additions and 14 deletions

View File

@ -1,6 +1,7 @@
The MIT License (MIT)
Copyright (c) 2011-2014 Dave Gamache
Copyright (c) 2023 Bit Goblin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -6,7 +6,7 @@ Check out <http://getskeleton.com> for documentation and details.
## Getting started
There are a couple ways to download Skeleton:
- [Download the zip](https://github.com/dhg/Skeleton/releases/download/v2.0.2/Skeleton-2.0.2.zip)
- [Download the zip](https://github.com/dhg/Skeleton/releases/download/2.0.4/Skeleton-2.0.4.zip)
- Clone the repo: `git clone https://github.com/dhg/Skeleton.git` (Note: this is under active development, so if you're looking for stable and safe, use the zipped download)

View File

@ -1,6 +1,6 @@
{
"name": "skeleton",
"version": "2.0.2",
"version": "2.0.4",
"homepage": "http://getskeleton.com/",
"repository": {
"type": "git",
@ -10,13 +10,7 @@
"Dave Gamache <hello@davegamache.com> (http://davegamache.com/)"
],
"description": "Skeleton is a dead-simple, responsive boilerplate to kickstart any responsive project.",
"main": [
"css/skeleton.css",
"index.html",
],
"dependencies": {
"normalize.css": "3.x.x"
},
"main": "css/skeleton.css",
"keywords": [
"css",
"skeleton",

4
css/skeleton.css vendored
View File

@ -1,10 +1,10 @@
/*
* Skeleton V2.0.2
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/15/2014
* 12/29/2014
*/