Comparing version 2.0.1 to 3.0.0
19
index.js
@@ -1,19 +0,8 @@ | ||
/** | ||
* @author Titus Wormer | ||
* @copyright 2015 Titus Wormer | ||
* @license MIT | ||
* @module gemoji | ||
* @fileoverview GitHub emoji: gemoji. | ||
*/ | ||
'use strict'; | ||
/* Dependencies. */ | ||
var data = require('./data/gemoji.json'); | ||
var data = require('./index.json'); | ||
/* Expose. */ | ||
exports.unicode = data; | ||
exports.name = {}; | ||
/* Transform all emoji. */ | ||
var emoji; | ||
@@ -25,7 +14,3 @@ | ||
/** | ||
* Transform an emoji. | ||
* | ||
* @param {string} character - Unicode emoji to extend. | ||
*/ | ||
/* Transform an emoji. */ | ||
function enhance(character) { | ||
@@ -32,0 +17,0 @@ var information = data[character]; |
{ | ||
"name": "gemoji", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "GitHub emoji: gemoji", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"index.js", | ||
"data/gemoji.json" | ||
"index.json" | ||
], | ||
@@ -31,9 +31,9 @@ "devDependencies": { | ||
"markdown-table": "^1.0.0", | ||
"nyc": "^8.3.0", | ||
"nyc": "^10.0.0", | ||
"remark-cli": "^2.0.0", | ||
"remark-preset-wooorm": "^1.0.0", | ||
"request": "^2.75.0", | ||
"string-width": "^1.0.1", | ||
"string-width": "^2.0.0", | ||
"tape": "^4.6.0", | ||
"xo": "^0.16.0" | ||
"xo": "^0.17.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
161716
10244
1