Skip to content

Commit

Permalink
feat: add gulp tasks and mocha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
biggora committed Mar 2, 2016
1 parent b44cf47 commit 02c6c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ This application help to create a Webapp [MVC](http://en.wikipedia.org/wiki/Mode
## Installation
Installation is done using the NodeJS Package Manager (npm). If you don't have npm installed on your system you can download it from [npmjs.org](http://npmjs.org/)

Before install required dependencies:
First install required dependencies:

$ sudo npm install bower mocha npm -g
$ sudo npm install bower mocha gulp npm -g

To install trinte:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "trinte",
"description": "TrinteJS - MVC framework for NodeJS",
"version": "0.3.11",
"version": "0.4.0",
"keywords": [
"app",
"mvc",
Expand Down

0 comments on commit 02c6c3c

Please sign in to comment.