Skip to content

Commit b959119

Browse files
author
Lari Hoppula
committed
Release 0.8.4
1 parent 621d8a2 commit b959119

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ node_modules
33
test/client/cerebellum_test_build.js
44
TODO
55
npm-debug.log
6-
lib
6+
lib

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
examples
22
test
3-
src
3+
src
4+
TODO

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cerebellum",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "Controls your isomorphic apps",
55
"scripts": {
66
"build": "babel src --out-dir lib --stage 1",

0 commit comments

Comments
 (0)