Skip to content

Commit 4a86536

Browse files
Merge pull request #13 from PracticeJavaScript/codeship
added engine for codeship build to see
2 parents 9243448 + b6f32b7 commit 4a86536

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Practice JavaScript using game stuffs
22

3+
[ ![Codeship Status for PracticeJavaScript/practicejavascript.com](https://app.codeship.com/projects/091c0e50-0a7c-0135-8b3c-6ed4d7e33e57/status?branch=master)](https://app.codeship.com/projects/214753)
4+
[![Build Status](https://travis-ci.org/PracticeJavaScript/practicejavascript.com.svg?branch=master)](https://travis-ci.org/PracticeJavaScript/practicejavascript.com)
5+
36
- Should be rote, easy problems, to exercise mastery, rather than solving brain puzzles like other sites
47
- Should be solvable in under 30 seconds each

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
"version": "1.0.0",
44
"description": "practice javascript",
55
"main": "index.js",
6+
"engines": {
7+
"node": "7"
8+
},
69
"scripts": {
710
"test": "",
811
"build": "./node_modules/.bin/gulp build",
912
"watch": "./node_modules/.bin/gulp watch",
1013
"precommit": "lint-staged"
1114
},
1215
"author": "Jakob Anderson",
13-
"license": "UNLICENSED",
16+
"license": "MIT",
1417
"lint-staged": {
1518
"src/*": [
1619
"prettier --single-quote true --trailing-comma es5 --useTabs false --parser babylon --tabWidth 2 --bracketSpacing true --write",

0 commit comments

Comments
 (0)