Skip to content

Commit bacdf0d

Browse files
committed
Updated deps and v0.4.0-pre.0
1 parent cca533a commit bacdf0d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "o_0",
3-
"version": "0.3.8",
3+
"version": "0.4.0-pre.0",
44
"devDependencies": {
5-
"browserify": "~2.26.0",
6-
"coffee-script": "~1.8.0",
7-
"istanbul": "^0.3.2",
8-
"mocha": "~1.12.0"
5+
"browserify": "^14.3.0",
6+
"coffee-script": "^1.12.6",
7+
"istanbul": "^0.4.5",
8+
"mocha": "^3.4.1"
99
},
1010
"scripts": {
1111
"prepublish": "script/prepublish",

script/prepublish

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
./node_modules/.bin/coffee -co dist/ *.coffee.md
3+
./node_modules/.bin/coffee -co dist/ *.coffee

0 commit comments

Comments
 (0)