File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ export default class GEmojiElement extends HTMLElement {
2+ image ?: HTMLImageElement
3+ }
Original file line number Diff line number Diff line change 44 "description" : " Backports native emoji characters to browsers that don't support them by replacing the characters with fallback images." ,
55 "main" : " dist/index.umd.js" ,
66 "module" : " dist/index.esm.js" ,
7+ "types" : " dist/index.d.ts" ,
78 "license" : " MIT" ,
89 "repository" : " github/g-emoji-element" ,
910 "files" : [
1314 "clean" : " rm -rf dist" ,
1415 "lint" : " github-lint" ,
1516 "prebuild" : " npm run clean && npm run lint && mkdir dist" ,
16- "build" : " rollup -c && cp index.js.flow dist/index.esm.js.flow && cp index.js.flow dist/index.umd.js.flow" ,
17+ "build" : " rollup -c && cp index.js.flow dist/index.esm.js.flow && cp index.js.flow dist/index.umd.js.flow && cp index.d.ts dist/index.d.ts " ,
1718 "pretest" : " npm run build" ,
1819 "test" : " karma start test/karma.config.js" ,
1920 "prepublishOnly" : " npm run build"
You can’t perform that action at this time.
0 commit comments