Skip to content

Commit 60d644a

Browse files
committed
Update package scope
1 parent c08bc81 commit 60d644a

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The emoji keywords are as described by [emoji-cheat-sheet.com](http://www.emoji-
2424

2525
### Via npm
2626

27-
`npm install @yukaii/emojify.js --save`
27+
`npm install @hackmd/emojify.js --save`
2828

2929
## API
3030

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@yukaii/emojify.js",
3-
"version": "2.0.3",
2+
"name": "@hackmd/emojify.js",
3+
"version": "2.1.0",
44
"description": "A Javascript module to convert emoji keywords to images.",
55
"main": "dist/js/index.min.js",
66
"browser": "dist/js/emojify-browser.min.js",
@@ -9,22 +9,24 @@
99
"test:watch": "mocha --opts tests/node.opts --watch",
1010
"test:browser": "karma start",
1111
"lint": "standard",
12-
"build": "gulp"
12+
"build": "gulp",
13+
"clean": "gulp clean",
14+
"prepublishOnly": "npm run clean && npm run build"
1315
},
1416
"types": "dist/index.d.ts",
1517
"repository": {
1618
"type": "git",
17-
"url": "https://github.com/Yukaii/emojify.js.git"
19+
"url": "https://github.com/hackmdio/emojify.js.git"
1820
},
1921
"keywords": [
2022
"emoji",
2123
"emojify",
2224
"javascript"
2325
],
24-
"author": "Yukai Huang",
26+
"author": "HackMD Team",
2527
"license": "MIT",
2628
"bugs": {
27-
"url": "https://github.com/Yukaii/emojify.js/issues"
29+
"url": "https://github.com/hackmdio/emojify.js/issues"
2830
},
2931
"devDependencies": {
3032
"@babel/core": "^7.5.5",

0 commit comments

Comments
 (0)