Skip to content

Instantly share code, notes, and snippets.

@raducotescu
Created July 18, 2014 22:36
Show Gist options
  • Save raducotescu/f876348e82183d412a3d to your computer and use it in GitHub Desktop.
Save raducotescu/f876348e82183d412a3d to your computer and use it in GitHub Desktop.
browsermap-1.4.1-rc1 vs browsermap-1.4.1-rc2
Index: package.json
===================================================================
--- package.json (.../browsermap-1.4.1-rc1) (revision 1611827)
+++ package.json (.../browsermap-1.4.1-rc2) (revision 1611827)
@@ -1,7 +1,7 @@
{
"name": "browsermap",
"title": "Apache DeviceMap BrowserMap",
- "version": "1.4.1-rc1",
+ "version": "1.4.1",
"description": "YABFDL - yet another browser features detection library",
"scripts": {
"test": "grunt test"
@@ -29,7 +29,6 @@
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
- "grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-copy": "~0.4.1",
@@ -38,10 +37,8 @@
"grunt-jsdoc": "~0.4.1",
"grunt-karma": "~0.6.2",
"grunt-qunit-istanbul": "~0.4.5",
- "jscoverage": "~0.3.8",
"karma": "~0.10.2",
- "karma-junit-reporter": "~0.1.0",
- "karma-phantomjs-launcher": "~0.1.0",
- "karma-qunit": "~0.1.1"
+ "karma-qunit": "~0.1.1",
+ "karma-junit-reporter": "~0.1.0"
}
}
Index: README.md
===================================================================
--- README.md (.../browsermap-1.4.1-rc1) (revision 1611827)
+++ README.md (.../browsermap-1.4.1-rc2) (revision 1611827)
@@ -67,10 +67,9 @@
The builds are handled with [Grunt](http://gruntjs.com/ "Grunt"). In order to build the project you need to install
[PhantomJS](http://phantomjs.org/ "PhantomJS"), [Node.js](http://nodejs.org/ "Node.js") and [npm](https://github.com/isaacs/npm "npm").
-Afterwards use `npm` to globally install `grunt-cli` and `jscoverage`:
+Afterwards use `npm` to globally install `grunt-cli` and the development dependencies:
npm install -g grunt-cli
- npm install -g jscoverage
npm install -d
The tests can be run with `grunt test` inside the browsermap folder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment