Skip to content

Commit a2bd916

Browse files
committed
Merge branch 'master' into rebuild
2 parents b568fb6 + 7cb4cfa commit a2bd916

1 file changed

Lines changed: 17 additions & 6 deletions

File tree

package.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,45 @@
1616
"url": "https://github.com/docpress/docpress-base/issues"
1717
},
1818
"dependencies": {
19-
"autoprefixer": "~6.4.0",
19+
"autoprefixer": "6.5.0",
2020
"browserify": "~13.1.0",
2121
"debounce": "~1.0.0",
2222
"dom101": "~1.3.0",
23-
"github-markdown-css": "~2.4.0",
23+
"github-markdown-css": "2.4.1",
2424
"iconfonts": "~0.9.0",
2525
"normalize.css": "~4.2.0",
2626
"nprogress": "~0.2.0",
2727
"onmount": "~1.3.0",
2828
"pjax": "~0.2.4",
29-
"postcss": "~5.1.2",
29+
"postcss": "5.2.4",
3030
"pug": "~2.0.0-beta6",
3131
"stylus": "~0.54.5",
32-
"uglifyify": "~3.0.2",
32+
"uglifyify": "3.0.3",
3333
"ware": "~1.3.0"
3434
},
3535
"devDependencies": {
3636
"coveralls": "~2.11.12",
3737
"docpress-core": "docpress/docpress-core#master",
3838
"expect": "~1.20.2",
3939
"metalsmith": "~2.2.0",
40-
"mocha": "~3.0.2",
40+
"mocha": "3.1.0",
4141
"mocha-clean": "~1.0.0",
4242
"nyc": "~8.1.0",
43-
"standard": "~8.0.0",
43+
"standard": "8.3.0",
4444
"superstatic": "~4.0.3"
4545
},
46+
"directories": {
47+
"test": "test"
48+
},
49+
"homepage": "https://github.com/docpress/docpress-base#readme",
50+
"license": "MIT",
51+
"main": "index.js",
52+
"repository": {
53+
"type": "git",
54+
"url": "git+https://github.com/docpress/docpress-base.git"
55+
},
4656
"scripts": {
57+
"coverage": "istanbul cover _mocha -x '**/fixture/**' -- -R spec",
4758
"build": "mkdir -p cache && ./bin/build --css > cache/style.css && ./bin/build --js > cache/script.js",
4859
"coveralls": "nyc report --reporter=text-lcov | coveralls",
4960
"lint": "standard",

0 commit comments

Comments
 (0)