summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-18 20:39:20 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-18 21:25:37 -0400
commit8886e1b55f3495b3b798825274a910e5f231a74b (patch)
tree1b1be7a8819cd24e9a1da9cc1914ff1db34a0b9b /package.json
parent39da69f051c48f15dd4af5e8a4cbe17ff4f349e5 (diff)
Initial support for remote imports
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 48593c59f..60bdc8a05 100644
--- a/package.json
+++ b/package.json
@@ -5,11 +5,11 @@
"fmt": "prettier --write *.ts* *.js *.json"
},
"devDependencies": {
- "@types/text-encoding": "^0.0.32",
+ "http-server": "^0.11.1",
"parcel-bundler": "^1.8.1",
"protobufjs": "^6.8.6",
- "text-encoding": "^0.6.4",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
- }
+ },
+ "dependencies": {}
}