1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-01 02:19:09 +00:00

Move testrunner.js into 2/test/

This commit is contained in:
Nathan Downs 2019-05-29 13:25:42 -07:00
parent e4376f9574
commit 1682323089
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
"module": "./2/esm.js",
"unpkg": "./2/twemoji.min.js",
"scripts": {
"test": "phantomjs testrunner.js"
"test": "phantomjs ./2/test/testrunner.js"
},
"dependencies": {
"twemoji-parser": "12.0.0"