Skip to content

Commit 10265b1

Browse files
authored
chore(package.json): cleanup (#12)
1 parent 3c927c8 commit 10265b1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"typecheck": "tsc --noEmit"
3232
},
3333
"peerDependencies": {
34-
"scroll-into-view-if-needed": "^2.0.1-alpha.0"
34+
"scroll-into-view-if-needed": "^2.1.1"
3535
},
3636
"devDependencies": {
3737
"@babel/cli": "7.0.0-beta.46",
@@ -42,14 +42,12 @@
4242
"babel-eslint": "8.2.3",
4343
"babel-plugin-add-module-exports": "0.2.1",
4444
"babel-plugin-dev-expression": "0.2.1",
45-
"babel-plugin-styled-components": "1.5.1",
4645
"concurrently": "3.5.1",
4746
"eslint": "4.19.1",
4847
"eslint-config-prettier": "2.9.0",
4948
"eslint-plugin-import": "2.11.0",
5049
"eslint-plugin-react": "7.7.0",
5150
"husky": "0.14.3",
52-
"lerna": "2.11.0",
5351
"lint-staged": "7.0.5",
5452
"prettier": "1.12.1",
5553
"prettier-package-json": "1.5.1",
@@ -62,7 +60,6 @@
6260
"rollup-plugin-uglify": "3.0.0",
6361
"scroll-into-view-if-needed": "2.1.1",
6462
"semantic-release": "15.1.7",
65-
"semantic-release-monorepo": "6.0.1",
6663
"typescript": "2.8.3"
6764
},
6865
"keywords": [
@@ -106,8 +103,7 @@
106103
]
107104
},
108105
"release": {
109-
"prepare": ["@semantic-release/npm"],
110-
"verifyConditions": ["@semantic-release/npm", "@semantic-release/github"]
106+
"prepare": ["@semantic-release/npm"]
111107
},
112108
"sideEffects": false,
113109
"typings": "typings/index.d.ts"

0 commit comments

Comments
 (0)