diff --git a/README.md b/README.md index 0b60cd4..dc85a72 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Practice JavaScript using game stuffs +[ ![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) +[![Build Status](https://travis-ci.org/PracticeJavaScript/practicejavascript.com.svg?branch=master)](https://travis-ci.org/PracticeJavaScript/practicejavascript.com) + - Should be rote, easy problems, to exercise mastery, rather than solving brain puzzles like other sites - Should be solvable in under 30 seconds each diff --git a/package.json b/package.json index f5e67f7..3ca1304 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.0.0", "description": "practice javascript", "main": "index.js", + "engines": { + "node": "7" + }, "scripts": { "test": "", "build": "./node_modules/.bin/gulp build", @@ -10,7 +13,7 @@ "precommit": "lint-staged" }, "author": "Jakob Anderson", - "license": "UNLICENSED", + "license": "MIT", "lint-staged": { "src/*": [ "prettier --single-quote true --trailing-comma es5 --useTabs false --parser babylon --tabWidth 2 --bracketSpacing true --write",