We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621d8a2 commit b959119Copy full SHA for b959119
.gitignore
@@ -3,4 +3,4 @@ node_modules
3
test/client/cerebellum_test_build.js
4
TODO
5
npm-debug.log
6
-lib
+lib
.npmignore
@@ -1,3 +1,4 @@
1
examples
2
test
-src
+src
+TODO
package.json
@@ -1,6 +1,6 @@
{
"name": "cerebellum",
- "version": "0.8.3",
+ "version": "0.8.4",
"description": "Controls your isomorphic apps",
"scripts": {
"build": "babel src --out-dir lib --stage 1",
0 commit comments