Skip to content

Commit 278e6ee

Browse files
committed
moving to 1.1.0
added node 0.11.x to travis fixed pass-amd.html test bumped version
1 parent 54c7a85 commit 278e6ee

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3+
- "0.11"
34
- "0.10"
45
- "0.8"
5-

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai-json-schema",
3-
"version": "1.0.10",
3+
"version": "1.1.0",
44
"description": "Chai plugin for JSON Schema v4",
55
"author": {
66
"name": "Bart van der Schoor",
@@ -39,19 +39,22 @@
3939
},
4040
"dependencies": {
4141
"jsonpointer.js": "0.3.0",
42-
"tv4": "1.0.11"
42+
"tv4": "^1.0.16",
43+
"grunt-mocha-test": "^0.10.0",
44+
"grunt-mocha": "^0.4.10",
45+
"require": "^0.5.0"
4346
},
4447
"devDependencies": {
4548
"grunt": "~0.4.2",
4649
"grunt-cli": "~0.1",
47-
"chai": "~1.6.1",
48-
"mocha": "~1.11.0",
49-
"grunt-mocha": "~0.4.1",
50-
"grunt-contrib-jshint": "0.6.3",
50+
"chai": "^1.9.0",
51+
"mocha": "^1.18.0",
52+
"grunt-mocha": "^0.4.10",
53+
"grunt-contrib-jshint": "^0.9.2",
5154
"jshint-path-reporter": "~0.1",
5255
"grunt-continue": "0.0.1",
5356
"grunt-mocha-test": "~0.7.0",
54-
"mocha-unfunk-reporter": "~0.3.7",
57+
"mocha-unfunk-reporter": "^0.4.0",
5558
"grunt-bump": "0.0.11",
5659
"requirejs": "~2.1.9"
5760
},

test/pass-amd.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Chai-json-schema</title>
4+
<title>Chai-json-schema fail demo</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
66
<link rel="stylesheet" href="../node_modules/mocha/mocha.css"/>
77
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)