Skip to content

Commit

Permalink
Updated Node Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed May 11, 2017
1 parent 722c43f commit b879a4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "twistphp",
"version": "0.1.0",
"description": "##The PHP MVC framework with a twist",
"version": "3.0.5",
"description": "The PHP MVC framework with a TWIST",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -21,16 +21,16 @@
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.8.1",
"gulp-uglify": "^1.5.4",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-using": "^0.1.1",
"gulp-watch": "^4.3.10",
"jsdoc": "^3.4.2",
"jshint": "^2.9.3"
},
"devDependencies": {
"gulp-jsdoc3": "^0.2.1",
"gulp-jsdoc3": "^1.0.1",
"gulp-watch": "^4.3.5",
"jsdoc": "^3.4.0"
}
Expand Down

0 comments on commit b879a4e

Please sign in to comment.