Skip to content

Commit

Permalink
Updated packages to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolavn committed Jan 24, 2018
1 parent 7237868 commit 45a5e9c
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 145 deletions.
58 changes: 29 additions & 29 deletions JavaScript-UI-and-DOM/07. DOM Operations/homework/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "dom-and-jquery-tests-with-mocha",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "iojs node_modules/mocha/bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues"
},
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha",
"devDependencies": {},
"dependencies": {
"chai": "^3.2.0",
"handlebars": "^3.0.3",
"jquery": "^2.1.4",
"jsdom": "^5.6.1",
"mocha": "^2.2.5"
}
}
"name": "dom-and-jquery-tests-with-mocha",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "iojs node_modules/mocha/bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues"
},
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha",
"devDependencies": {},
"dependencies": {
"chai": "^3.2.0",
"handlebars": "latest",
"jquery": "latest",
"jsdom": "^5.6.1",
"mocha": "^2.2.5"
}
}
58 changes: 29 additions & 29 deletions JavaScript-UI-and-DOM/08. Event Model/homework/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "dom-and-jquery-tests-with-mocha",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "iojs node_modules/mocha/bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues"
},
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha",
"devDependencies": {},
"dependencies": {
"chai": "^3.2.0",
"handlebars": "^3.0.3",
"jquery": "^2.1.4",
"jsdom": "^5.6.1",
"mocha": "^2.2.5"
}
}
"name": "dom-and-jquery-tests-with-mocha",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "iojs node_modules/mocha/bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues"
},
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha",
"devDependencies": {},
"dependencies": {
"chai": "^3.2.0",
"handlebars": "latest",
"jquery": "latest",
"jsdom": "^5.6.1",
"mocha": "^2.2.5"
}
}
58 changes: 29 additions & 29 deletions JavaScript-UI-and-DOM/09. jQuery Overview/homework/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "dom-and-jquery-tests-with-mocha",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "iojs node_modules/mocha/bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues"
},
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha",
"devDependencies": {},
"dependencies": {
"chai": "^3.2.0",
"handlebars": "^3.0.3",
"jquery": "^2.1.4",
"jsdom": "^5.6.1",
"mocha": "^2.2.5"
}
}
"name": "dom-and-jquery-tests-with-mocha",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "iojs node_modules/mocha/bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues"
},
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha",
"devDependencies": {},
"dependencies": {
"chai": "^3.2.0",
"handlebars": "latest",
"jquery": "latest",
"jsdom": "^5.6.1",
"mocha": "^2.2.5"
}
}
58 changes: 29 additions & 29 deletions JavaScript-UI-and-DOM/10. jQuery Plugins/homework/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "dom-and-jquery-tests-with-mocha",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "iojs node_modules/mocha/bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues"
},
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha",
"devDependencies": {},
"dependencies": {
"chai": "^3.2.0",
"handlebars": "^3.0.3",
"jquery": "^2.1.4",
"jsdom": "^5.6.1",
"mocha": "^2.2.5"
}
}
"name": "dom-and-jquery-tests-with-mocha",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "iojs node_modules/mocha/bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues"
},
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha",
"devDependencies": {},
"dependencies": {
"chai": "^3.2.0",
"handlebars": "latest",
"jquery": "latest",
"jsdom": "^5.6.1",
"mocha": "^2.2.5"
}
}
58 changes: 29 additions & 29 deletions JavaScript-UI-and-DOM/11. HTML Templates/homework/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "dom-and-jquery-tests-with-mocha",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "iojs node_modules/mocha/bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues"
},
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha",
"devDependencies": {},
"dependencies": {
"chai": "^3.2.0",
"handlebars": "^3.0.3",
"jquery": "^2.1.4",
"jsdom": "^5.6.1",
"mocha": "^2.2.5"
}
}
"name": "dom-and-jquery-tests-with-mocha",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "iojs node_modules/mocha/bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues"
},
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha",
"devDependencies": {},
"dependencies": {
"chai": "^3.2.0",
"handlebars": "latest",
"jquery": "latest",
"jsdom": "^5.6.1",
"mocha": "^2.2.5"
}
}

0 comments on commit 45a5e9c

Please sign in to comment.