Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 0ff0988

Browse files
authored
Merge pull request #482 from devtools-html/ipaddr
Add ipaddr.js dependency
2 parents fc77bac + 0255ebe commit 0ff0988

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.flowconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.*node_modules/npm.*
55
.*node_modules/stylelint.*
66
.*node_modules/config-chain.*
7+
.*node_modules/conventional-changelog-core.*
78
.*flow-coverage-report/.*
89
.*custom_format_broken.json
910

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"devtools-license-check": "^0.3.0",
43+
"ipaddr.js": "=1.3.0",
4344
"flow-bin": "^0.47",
4445
"lerna": "2.0.0-rc.5"
4546
}

packages/devtools-reps/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"node": ">=6.9.0"
2626
},
2727
"dependencies": {
28+
"classnames": "^2.2.5",
2829
"devtools-components": "^0.0.1",
2930
"lodash": "^4.17.2",
3031
"react": "=15.3.2",

0 commit comments

Comments
 (0)