Skip to content

Commit

Permalink
1.0 Release & Updated Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dstroot committed Jul 20, 2014
1 parent f3d4d7e commit d82df92
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 15 deletions.
30 changes: 20 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
# Skeleton

[![Build Status](http://img.shields.io/travis/dstroot/skeleton.svg?style=flat)](https://travis-ci.org/dstroot/skeleton)
[![Dependency Status](http://img.shields.io/david/dstroot/skeleton.svg?style=flat)](https://david-dm.org/dstroot/skeleton)
[![devDependency Status](http://img.shields.io/david/dev/dstroot/skeleton.svg?style=flat)](https://david-dm.org/dstroot/skeleton#info=devDependencies)
[![MIT Licensed](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](#license)
[![Issue tracking][issues-image]][issues-url]
[![Tag release][tag-release]][tags-url]
[![Build status][build-badge]][build-url]
[![Dependency status][dependency-badge]][dependency-url]
[![DevDependency status][dev-dep-badge]][dev-dep-url]
[![Licensing][license-badge]][license-url]
[![Issue tracking][issues-badge]][issues-url]
[![Tag release][tag-badge]][tag-url]

[build-badge]: http://img.shields.io/travis/dstroot/skeleton.svg?style=flat
[build-url]: https://travis-ci.org/dstroot/skeleton

[issues-url]: https://github.com/dstroot/skeleton/issues
[issues-image]: http://img.shields.io/github/issues/dstroot/skeleton.svg?style=flat
[dependency-badge]: http://img.shields.io/david/dstroot/skeleton.svg?style=flat
[dependency-url]: https://david-dm.org/dstroot/skeleton

[dev-dep-badge]: http://img.shields.io/david/dev/dstroot/skeleton.svg?style=flat
[dev-dep-url]: https://david-dm.org/dstroot/skeleton#info=devDependencies

[tag-release]: http://img.shields.io/github/tag/dstroot/skeleton.svg?style=flat
[tags-url]: https://github.com/dstroot/skeleton/releases
[license-badge]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: #license

[issues-badge]: http://img.shields.io/github/issues/dstroot/skeleton.svg?style=flat
[issues-url]: https://github.com/dstroot/skeleton/issues

[tag-badge]: http://img.shields.io/github/tag/dstroot/skeleton.svg?style=flat
[tag-url]: https://github.com/dstroot/skeleton/releases

#### Skeleton: A **complete framework** for building **Node.js** web applications.

Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"mailcheck": "~1.0.3",
"moment": "~2.7.0",
"odometer": "~0.4.6",
"devicons": "~1.3.1"
"devicons": "~1.3.1",
"react": "~0.11.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.2-122",
"version": "1.0.0",
"name": "Skeleton",
"company": "Skeleton, Inc.",
"subdomain": "skeleton-app",
Expand Down Expand Up @@ -106,7 +106,7 @@
"gulp-size": "^0.4.0",
"gulp-sourcemaps": "^1.1.0",
"gulp-uglify": "~0.3.1",
"gulp-util": "^2.2.20",
"gulp-util": "^3.0.0",
"gulp-watch": "^0.6.8",
"jshint-stylish": "~0.4.0",
"mocha": "~1.20.1",
Expand Down
2 changes: 1 addition & 1 deletion public/css/Skeleton.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/Skeleton.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions public/lib/react/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "react",
"version": "0.11.0",
"main": "react.js",
"homepage": "https://github.com/facebook/react-bower",
"_release": "0.11.0",
"_resolution": {
"type": "version",
"tag": "v0.11.0",
"commit": "14681eab3a3df7c28f5fd8e81669e5f048097cb3"
},
"_source": "git://github.com/facebook/react-bower.git",
"_target": "~0.11.0",
"_originalSource": "react",
"_direct": true
}
5 changes: 5 additions & 0 deletions public/lib/react/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "react",
"version": "0.11.0",
"main": "react.js"
}

0 comments on commit d82df92

Please sign in to comment.