Comparing version 0.1.1 to 0.2.0
'use strict'; | ||
/** | ||
/* | ||
* Dependencies. | ||
@@ -11,3 +11,3 @@ */ | ||
/** | ||
/* | ||
* Data. | ||
@@ -20,3 +20,3 @@ */ | ||
/** | ||
/* | ||
* Expose iso-639-2. | ||
@@ -23,0 +23,0 @@ */ |
{ | ||
"name": "iso-639-2", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "ISO-639-2 codes in an accessible format", | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"datamap-interface": "^0.2.0" | ||
"datamap-interface": "^0.3.0" | ||
}, | ||
@@ -26,6 +26,7 @@ "repository": { | ||
"devDependencies": { | ||
"eslint": "^0.9.0", | ||
"eslint": "^0.10.0", | ||
"istanbul": "^0.3.0", | ||
"jscs": "^1.0.0", | ||
"markdown-table": "^0.1.0", | ||
"jscs-jsdoc": "^0.3.0", | ||
"markdown-table": "^0.3.0", | ||
"mocha": "^2.0.0", | ||
@@ -35,17 +36,16 @@ "plain-text-data-to-json": "^0.1.1" | ||
"scripts": { | ||
"test": "node_modules/.bin/_mocha --reporter spec --check-leaks -u exports test.js", | ||
"test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports test.js", | ||
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- test.js", | ||
"lint-api": "node_modules/.bin/eslint index.js", | ||
"lint-test": "node_modules/.bin/eslint test.js --env mocha", | ||
"lint-script": "node_modules/.bin/eslint script/build-data.js script/build-support.js", | ||
"lint-style": "node_modules/.bin/jscs --reporter=inline index.js script/build-data.js script/build-support.js test.js", | ||
"test": "_mocha --check-leaks test.js", | ||
"test-travis": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js", | ||
"coverage": "istanbul cover _mocha -- -- test.js", | ||
"lint-api": "eslint index.js", | ||
"lint-test": "eslint --env mocha test.js", | ||
"lint-script": "eslint script/build-data.js script/build-support.js", | ||
"lint-style": "jscs --reporter inline index.js test.js script/build-data.js script/build-support.js", | ||
"lint": "npm run lint-api && npm run lint-test && npm run lint-script && npm run lint-style", | ||
"make": "npm run lint && npm run coverage", | ||
"scrape-data": "curl --connect-timeout 15 --max-time 20 -L http://www.loc.gov/standards/iso639-2/ISO-639-2_utf-8.txt -o data/iso-639-2.txt || exit 0", | ||
"build-data": "node script/build-data.js", | ||
"build-support": "node script/build-support.js", | ||
"build": "npm run scrape-data && npm run build-data && npm run build-support", | ||
"prebuild": "curl --connect-timeout 15 --max-time 20 -L http://www.loc.gov/standards/iso639-2/ISO-639-2_utf-8.txt -o data/iso-639-2.txt || exit 0", | ||
"build": "node script/build-data.js", | ||
"postbuild": "node script/build-support.js", | ||
"prepublish": "npm run build" | ||
} | ||
} |
47500
7
+ Addeddatamap-interface@0.3.1(transitive)
- Removeddatamap-interface@0.2.0(transitive)
Updateddatamap-interface@^0.3.0