We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd6e7e commit 9047322Copy full SHA for 9047322
.gitignore
@@ -3,5 +3,7 @@ lerna-debug.log
3
node_modules
4
.npm
5
.nyc_output
6
+.dockerignore
7
+.*.dockerfile
8
@commitlint/**/lib
9
@commitlint/**/package.json.lerna_backup
package.json
@@ -8,6 +8,7 @@
"lerna": "lerna",
"pretest": "xo",
10
"test": "npm run lerna run test",
11
+ "travis": "trevor",
12
"postinstall": "npm run lerna bootstrap",
13
"reinstall": "npm run clean && npm install",
14
"clean": "npm run lerna clean -- --yes && npm run lerna run clean",
@@ -45,6 +46,7 @@
45
46
"devDependencies": {
47
"husky": "^0.14.3",
48
"lerna": "^2.0.0",
49
+ "trevor": "^2.3.0",
50
"xo": "^0.18.2"
51
}
52
0 commit comments