Comparing version 0.0.2 to 0.0.3
@@ -5,3 +5,3 @@ { | ||
"description": "Named and unicode Gemoji", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "gemoji", |
{ | ||
"name": "gemoji", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Named and unicode Gemoji", | ||
@@ -16,3 +16,3 @@ "keywords": [ | ||
"istanbul": "~0.2.11", | ||
"jscs": "^1.5.1", | ||
"jscs": "^1.5.3", | ||
"eslint": "^0.6.2", | ||
@@ -28,22 +28,9 @@ "mocha": "~1.20.1" | ||
"test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/gemoji.spec.js", | ||
"lint": "node_modules/.bin/eslint index.js --env node --env browser --rule 'quotes: [2, single]' && node_modules/.bin/eslint spec/gemoji.spec.js --env node --env mocha --rule 'quotes: [2, single], no-loop-func: false' && node_modules/.bin/jscs index.js spec/gemoji.spec.js --reporter=inline", | ||
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- spec spec/gemoji.spec.js", | ||
"lint": "npm run-script lint-api && npm run-script lint-test && npm run-script lint-style", | ||
"lint-api": "node_modules/.bin/eslint index.js --env node --env browser --rule 'quotes: [2, single]'", | ||
"lint-test": "node_modules/.bin/eslint spec/gemoji.spec.js --env node --env mocha --rule 'quotes: [2, single], no-loop-func: false'", | ||
"lint-style": "node_modules/.bin/jscs index.js spec/gemoji.spec.js --reporter=inline", | ||
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- spec/gemoji.spec.js", | ||
"make": "npm run-script lint && npm run-script coverage" | ||
}, | ||
"testling": { | ||
"files": "spec/gemoji.spec.js", | ||
"harness": "mocha", | ||
"browsers": [ | ||
"iexplore/latest", | ||
"chrome/latest", | ||
"chrome/canary", | ||
"firefox/latest", | ||
"firefox/nightly", | ||
"opera/latest", | ||
"opera/next", | ||
"safari/latest", | ||
"iphone/latest", | ||
"android-browser/latest" | ||
] | ||
} | ||
} |
# gemoji [![Build Status](https://travis-ci.org/wooorm/gemoji.svg?branch=master)](https://travis-ci.org/wooorm/gemoji) [![Coverage Status](https://img.shields.io/coveralls/wooorm/gemoji.svg)](https://coveralls.io/r/wooorm/gemoji?branch=master) | ||
[![browser support](https://ci.testling.com/wooorm/gemoji.png) ](https://ci.testling.com/wooorm/gemoji) | ||
See [Browser Support](#browser-support) for more information (a.k.a. don’t worry about those grey icons above). | ||
@@ -6,0 +4,0 @@ |
53404
37