summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTim Schiewe <git@tforge.de>2018-04-30 18:15:52 +0200
committerTim Schiewe <git@tforge.de>2018-04-30 18:15:52 +0200
commit93b466df50d94d4c15715f5eb4d88a0be7d61c11 (patch)
tree4923ae6a554b6e599af53a401825ec8391250620 /package.json
parentfba804b69e5cbdbe7cb71d6137b2b2a56230a971 (diff)
downloadsplus-93b466df50d94d4c15715f5eb4d88a0be7d61c11.tar.gz
splus-93b466df50d94d4c15715f5eb4d88a0be7d61c11.zip
Create better structure
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a23d5ca..65028ed 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"main": "index.js",
"license": "MIT",
"scripts": {
- "start": "ts-node index.ts"
+ "start": "ts-node src/index.ts"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",