Skip to content

Commit 17ec560

Browse files
Merge pull request #6 from it-shark-pro/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents d1a634b + ea1e084 commit 17ec560

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Brest IT Shark School
33
## Javascript Assignments [![Build Status](https://travis-ci.org/it-shark-pro/js-assignments.svg?branch=master)](https://travis-ci.org/it-shark-pro/js-assignments)
44

5+
[![Greenkeeper badge](https://badges.greenkeeper.io/it-shark-pro/js-assignments.svg)](https://greenkeeper.io/)
6+
57
Yet another javascript assignments. There are a lot of interactive javascript resources for beginners, but most of them are online and do not cover the modern programming workflow. There are some excellent training resources on github (https://github.com/rmurphey/js-assessment, https://github.com/mrdavidlaing/javascript-koans, https://github.com/vasanthk/js-bits etc) but they are not exactly simulate the everyday programming process. So the motivation of this project is to show TDD process in the wild to the beginners. Assingment tests are implemented in various ways to feel a difference and gain the experience what manner is good, what is bad and what is ugly.
68

79
Another idea is to prepare assignment to cover all standard javascript functions, to drilling and mastering skills. Some tasks are practical, but some tasks are rather synthetic.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
1616
"eslint": "^4.17.0",
1717
"husky": "^0.14.3",
18-
"lint-staged": "^6.1.1",
19-
"mocha": "^2.3.4"
18+
"lint-staged": "^7.0.0",
19+
"mocha": "^5.0.1"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)