Deploy using Travis

This commit is contained in:
MICHAEL JACKSON
2017-08-18 13:17:06 -07:00
parent 7408b24adf
commit ce39e551c6
2 changed files with 16 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"name": "unpkg.com",
"private": true,
"name": "unpkg-website",
"proxy": "http://localhost:3001",
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"heroku-postbuild": "node scripts/build.js",
"server": "heroku local -f Procfile.local -p 3001",
"test": "node scripts/test.js --env=jsdom"
},