Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
updated some node stuff and the version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kalepail committed Dec 3, 2015
1 parent 190e08e commit afda4e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BaremetricsCalendar",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/Baremetrics/calendar",
"authors": [
"Tyler van der Hoeven <[email protected]>"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "BaremetricsCalendar",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Baremetrics/calendar.git"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-autoprefixer": "^0.0.10",
"gulp-gh-pages": "^0.5.2",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.8",
"gulp-newer": "^0.3.0",
"gulp-sass": "^0.7.3",
"gulp-uglify": "^1.0.1"
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-gh-pages": "^0.5.4",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.2",
"gulp-newer": "^1.1.0",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion public/css/application.css

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

0 comments on commit afda4e0

Please sign in to comment.