Update package.json

pull/5370/head
yann300 6 years ago committed by GitHub
parent 3cf0af236a
commit 7f4286a633
  1. 3
      remix-url-resolver/package.json

@ -7,7 +7,8 @@
"scripts": {
"build": "tsc",
"lint": "standard",
"test": "standard && mocha --require ts-node/register tests/*.ts -t 300000"
"test": "standard && mocha --require ts-node/register tests/*.ts -t 300000",
"prepublish": "npm run build"
},
"repository": {
"type": "git",

Loading…
Cancel
Save