remark-emoji
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -33,6 +33,5 @@ { | ||
"jsx": true, | ||
"modules": true, | ||
"experimentalObjectRestSpread": true | ||
"modules": true | ||
} | ||
} | ||
} |
{ | ||
"name": "remark-emoji", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Emoji transformer plugin for Remark", | ||
@@ -27,4 +27,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^4.0.0", | ||
"mocha": "^3.1.0", | ||
"eslint": "^5.7.0", | ||
"mocha": "^5.2.0", | ||
"remark": "^7.0.0", | ||
@@ -36,5 +36,5 @@ "remark-autolink-headings": "^5.0.0", | ||
"dependencies": { | ||
"node-emoji": "^1.4.1", | ||
"unist-util-visit": "^1.1.0" | ||
"node-emoji": "^1.8.1", | ||
"unist-util-visit": "^1.4.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7273
130
Updatednode-emoji@^1.8.1
Updatedunist-util-visit@^1.4.0