Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit 12a82be

Browse files
committed
chore: remove unused
1 parent 9e1cc46 commit 12a82be

File tree

4 files changed

+2
-18
lines changed

4 files changed

+2
-18
lines changed

.commitlintrc.yml

-2
This file was deleted.

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ branches:
1515
only:
1616
- master
1717

18-
before_install: git fetch --depth=1000
19-
2018
install:
21-
- npm i
19+
- yarn
2220

2321
script:
24-
- commitlint-travis
2522
- yarn run build

package.json

+1-12
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "dist/style.css",
66
"module": "dist/style.css",
77
"scripts": {
8-
"commit": "commit",
98
"release": "yarn run build && yarn publish --access public",
109
"start": "webpack-dev-server --config ./scripts/webpack.dev.js --progress",
1110
"build": "rm -rf ./dist && webpack --config ./scripts/webpack.prod.js --progress",
@@ -21,21 +20,11 @@
2120
},
2221
"author": "WittBulter ([email protected])",
2322
"license": "MIT",
24-
"husky": {
25-
"hooks": {
26-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
27-
}
28-
},
2923
"devDependencies": {
30-
"@commitlint/cli": "^7.5.0",
31-
"@commitlint/config-conventional": "^7.5.0",
32-
"@commitlint/prompt-cli": "^7.5.0",
33-
"@commitlint/travis-cli": "^7.5.0",
3424
"copy-webpack-plugin": "^4.6.0",
3525
"css-loader": "^2.1.0",
3626
"extract-text-webpack-plugin": "^4.0.0-beta.0",
3727
"html-webpack-plugin": "^4.0.0-beta.5",
38-
"husky": "^1.3.1",
3928
"jstransformer-marked": "^1.0.3",
4029
"optimize-css-assets-webpack-plugin": "^5.0.1",
4130
"pug": "^2.0.3",
@@ -49,4 +38,4 @@
4938
"webpack-dev-server": "^3.1.14",
5039
"webpack-merge": "^4.2.1"
5140
}
52-
}
41+
}

src/templates/assets/favicon.ico

5.25 KB
Binary file not shown.

0 commit comments

Comments
 (0)