specify that we're using English in the layout file and state the npm and node version in package.json'

This commit is contained in:
Michael Q Larson
2015-01-21 14:29:16 -08:00
parent 14bd902eec
commit 9385b666e3
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@
"type": "git", "type": "git",
"url": "https://github.com/freecodecamp/freecodecamp.git" "url": "https://github.com/freecodecamp/freecodecamp.git"
}, },
"engines": {
"node": "0.10.29",
"npm": "1.4.16"
},
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",
"test": "mocha" "test": "mocha"

View File

@ -1,5 +1,5 @@
doctype html doctype html
html(ng-app='profileValidation') html(ng-app='profileValidation', lang='en')
head head
script(src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js") script(src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js")
script(src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.8/angular.min.js") script(src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.8/angular.min.js")