Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 3a35dcb

Browse files
committed
Fix grunt issues + add githooks step
1 parent d03550e commit 3a35dcb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
'use strict';
1111

1212
// Add all modules to be exported here.
13-
var seleniumLib = require('./src/selenium/selenium-lib.js')
13+
var seleniumLib = require('./src/selenium/selenium-lib.js');
1414

1515
module.export = {
16-
seleniumLib: seleniumLib;
17-
}
16+
seleniumLib: seleniumLib
17+
};

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"tape": "^4.0.0",
1616
"testling": "^1.7.1",
1717
"travis-multirunner": "^3.0.0"
18+
},
19+
"scripts": {
20+
"postinstall": "grunt githooks"
1821
},
1922
"devDependencies": {
2023
"grunt": "^0.4.5",

0 commit comments

Comments
 (0)