diff --git a/README.md b/README.md index 5118bea..c69eaa1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Torus has no production dependencies, requires no build step to take advantage o ### Fast and responsive by default -Torus isn't designed to be the fastest virtual DOM library (there are great alternatives like `inferno`), but performance and responsiveness are among the primary goals of the project. While remaining tiny, Torus tries to be as fast and responsive as possible, _especially_ in rendering. Combined with the tiny bundle size, this makes Torus great for building software for anywhere, on any device. +Torus isn't designed to be the fastest virtual DOM library (there are great alternatives like `inferno`), but performance and responsiveness are among the primary goals of the project. While remaining tiny, Torus tries to be as fast and responsive as possible, _especially_ in rendering. Combined with the small bundle size, this makes Torus great for building web applications for anywhere, on any device. ### Portable across the web platform diff --git a/TODOS.md b/TODOS.md index dcbcce2..11722e5 100644 --- a/TODOS.md +++ b/TODOS.md @@ -1,4 +1,4 @@ -# Torus To-dos +# Roadmap - [-] `/samples/slides/` demo @@ -17,7 +17,6 @@ - Bundle size work -- still 4.6kB! - [ ] Make README polished modeled after Preact's Github README. What badges do they use? - - Update to include the new bundling style / import / usage from NPM. - [ ] Build a JS based fuzzer tool and use it to fuzz jdom -- might be a separate repo project. -- look at examples existing. diff --git a/package.json b/package.json index cb8b837..f810b2b 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,10 @@ "deploy:graph": "surge -p samples/graph-calc/ --domain https://graphcalc.surge.sh", "deploy:markus": "surge -p samples/markus/ --domain https://markuswriter.surge.sh" }, + "dependencies": { + "mkdirp": "^0.5.1", + "webpack": "^4.27.1" + }, "devDependencies": { "chai": "^4.2.0", "istanbul": "^0.4.5", @@ -30,8 +34,6 @@ "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "marked": "^0.5.2", - "mkdirp": "^0.5.1", - "mocha": "^5.1.1", - "webpack": "^4.27.1" + "mocha": "^5.1.1" } }