Skip to content

Commit e31ca89

Browse files
committed
Remove unused dependencies
1 parent ef60a31 commit e31ca89

File tree

3 files changed

+0
-101
lines changed

3 files changed

+0
-101
lines changed

.github/workflows/npm-publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
node-version: 14.x
2929
registry-url: https://registry.npmjs.org
3030
always-auth: true
31-
- run: yarn global add git-extras
3231
- run: yarn install --frozen-lockfile
3332
- run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version
3433
- run: yarn publish --access public
@@ -44,7 +43,6 @@ jobs:
4443
with:
4544
node-version: 14.x
4645
registry-url: https://npm.pkg.github.com
47-
- run: yarn global add git-extras
4846
- run: yarn install --frozen-lockfile
4947
- run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version
5048
- run: yarn publish --access public

History.md

-96
This file was deleted.

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.2.7",
44
"description": "Parcel loader to load CSS into an object. The object has keys that are selectors from the CSS file; the value of each selector are the rules converted to camelCase properties ([see Style Object Properties](http://www.w3schools.com/jsref/dom_obj_style.asp)). This object is compatible with [React Inline Styles](https://facebook.github.io/react/tips/inline-styles.html).",
55
"main": "index.js",
6-
"scripts": {
7-
"preversion": "git changelog -a -n -p && git add ."
8-
},
96
"dependencies": {
107
"camelcase": "^4.1.0",
118
"css": "^2.2.4"

0 commit comments

Comments
 (0)