Skip to content

Commit c3cccd0

Browse files
committed
0.0.1
1 parent 690cec3 commit c3cccd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Tom Carden <[email protected]>",
33
"name": "expression",
44
"description": "a simple boolean expression engine using reparse",
5-
"version": "0.0.0",
5+
"version": "0.0.1",
66
"main": "expression.js",
77
"repository": {
88
"type": "git",
@@ -12,7 +12,7 @@
1212
"node": ">=0.4.2"
1313
},
1414
"devDependencies": {
15-
"expresso":"~0.9.0"
15+
"expresso": "~0.9.0"
1616
},
1717
"dependencies": {
1818
"reparse": "~0.1.2"

0 commit comments

Comments
 (0)