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

Commit 9dfebe4

Browse files
committed
Release
1 parent 9627ea9 commit 9dfebe4

File tree

2 files changed

+31
-1020
lines changed

2 files changed

+31
-1020
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wavevision/coding-standard",
3-
"version": "1.0.13",
3+
"version": "1.1.0",
44
"description": "The Wavevision SCSS and TypeScript coding standard.",
55
"repository": {
66
"type": "git",
@@ -61,9 +61,6 @@
6161
"stylelint-selector-bem-pattern": "^2.1.0",
6262
"typescript": "^3.6.3"
6363
},
64-
"devDependencies": {
65-
"release-it": "^12.4.3"
66-
},
6764
"peerDependencies": {
6865
"@babel/core": "^7.6.2",
6966
"@typescript-eslint/eslint-plugin": "^2.3.2",
@@ -75,7 +72,6 @@
7572
"scripts": {
7673
"eslint": "eslint --fix ./scss ./ts",
7774
"fix": "run-s eslint prettier",
78-
"prettier": "prettier --write './**/*.{js,ts}'",
79-
"release": "release-it"
75+
"prettier": "prettier --write './**/*.{js,ts}'"
8076
}
8177
}

0 commit comments

Comments
 (0)