Skip to content

Commit

Permalink
fix tonic example path. add todo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skratchdot committed Nov 19, 2015
1 parent ff2f9e4 commit b8694bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions TODO.md
@@ -0,0 +1,4 @@
- make CLI
- prevent multiple calls to get() from changing state
- update documentation
- add tonic to documentation
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "stats-collector",
"version": "0.0.3",
"version": "0.0.4",
"description": "collect stats about numbers",
"main": "lib/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/skratchdot/stats-collector/issues"
},
"license": "MIT",
"tonicExampleFilename": ".tonicExampleFilename.js",
"tonicExampleFilename": ".tonic.example.js",
"devDependencies": {
"babel-core": "^6.1.21",
"babel-eslint": "^4.1.5",
Expand Down

0 comments on commit b8694bc

Please sign in to comment.