Skip to content

Commit e4f8a0c

Browse files
committed
New release.
Hopefully I haven't broken this. #157
1 parent 5f87da9 commit e4f8a0c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "wisp",
33
"id": "wisp",
4-
"version": "0.10.0",
4+
"version": "0.11.0",
55
"description": "Homoiconic JS with clojure syntax, s-expressions & macros",
66
"author": "Irakli Gozalishvili <[email protected]> (http://jeditoolkit.com)",
7+
"maintainers": [
8+
"Chris McCormick <[email protected]>"
9+
],
710
"homepage": "https://github.com/Gozala/wisp",
811
"keywords": [
912
"compiler",
@@ -33,7 +36,7 @@
3336
],
3437
"devDependencies": {
3538
"browserify": "2.35.2",
36-
"wisp": "0.9.0-beta2"
39+
"wisp": "0.10.0"
3740
},
3841
"engines": {
3942
"node": ">=0.4.0"

0 commit comments

Comments
 (0)