refactor: Add getURL()

This commit is contained in:
peaceiris 2019-09-20 06:54:14 +09:00
parent 13ddb0fba5
commit a488e041c8
4 changed files with 37 additions and 9 deletions

View file

@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"lint": "eslint ./lib/**/*",
"test": "jest",
"test": "jest --coverage --verbose",
"build": "npm prune --production"
},
"repository": {