Skip to content

Commit b41dc3d

Browse files
committed
Fixed #3, Cannot find modules posthtml in test.js
1 parent 304e79c commit b41dc3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"chai": "^3.2.0",
1111
"jscs": "^1.13.1",
1212
"jshint": "^2.8.0",
13-
"mocha": "^2.2.5"
13+
"mocha": "^2.2.5",
14+
"posthtml": "^0.8.1"
1415
},
1516
"scripts": {
1617
"test": "npm run lint && mocha",

0 commit comments

Comments
 (0)