Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Pure JavaScript scaffolding for RealSkill

You can quickly create JavaScript tasks by cloning the scaffolding repo.
You don't have to bother with karma/coverage/reporters/gruntfile/npm configuration.
You don't have to bother with karma/coverage/reporters/gruntfile/yarn configuration.

## Setup

### To install dependencies

npm install
yarn install

### JShint

Expand All @@ -23,4 +23,4 @@ To start developing unit tests

To run tests and static analysis

npm test
yarn test
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"karma-phantomjs-launcher": "0.1.4",
"karma-spec-reporter": "0.0.13"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "grunt verify --force"
}
Expand Down
Loading