fix paths in package.json

This commit is contained in:
Steven Conaway 2020-12-30 17:24:32 -08:00
parent 4acd782f74
commit f8231e2367
No known key found for this signature in database
GPG key ID: CEE800CE73DC8E76

View file

@ -2,9 +2,9 @@
"name": "bolt-app-template",
"version": "0.0.1",
"description": "A basic template to spin up a Bolt app for Slack",
"main": "app.js",
"main": "api/app.js",
"scripts": {
"start": "node app.js"
"start": "node api/app.js"
},
"dependencies": {
"@slack/bolt": "^2.2.3",