Skip to content

Commit

Permalink
chore: remove unused files and config (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc authored Oct 7, 2023
1 parent 04fc9b7 commit e919168
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10,075 deletions.
8 changes: 0 additions & 8 deletions .fatherrc.ts

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: build

on: [push]

Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/deploy.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ yarn-error.log*
# lock
package-lock.json
yarn.lock
pnpm-lock.yaml

# Runtime data
pids
Expand Down
2 changes: 1 addition & 1 deletion .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_
_
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

UI components for [G](https://github.com/antvis/g).

[![Build Status](https://github.com/antvis/gui/workflows/build/badge.svg?branch=master)](https://github.com/antvis/gui/actions)
[![Coverage Status](https://img.shields.io/coveralls/github/antvis/gui/master.svg)](https://coveralls.io/github/antvis/GUI?branch=master)
[![Build Status](https://github.com/antvis/gui/workflows/CI/badge.svg?branch=master)](https://github.com/antvis/gui/actions)
[![Coverage Status](https://coveralls.io/repos/github/antvis/GUI/badge.svg?branch=master)](https://coveralls.io/github/antvis/GUI?branch=master)
[![npm Version](https://img.shields.io/npm/v/@antv/gui.svg)](https://www.npmjs.com/package/@antv/gui)
[![npm Download](https://img.shields.io/npm/dm/@antv/gui.svg)](https://www.npmjs.com/package/@antv/gui)
[![npm License](https://img.shields.io/npm/l/@antv/gui.svg)](https://www.npmjs.com/package/@antv/gui)
Expand Down
33 changes: 0 additions & 33 deletions api-extractor.json

This file was deleted.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"fix": "eslint ./src/**/*.ts ./__tests__/**/*.ts --fix && prettier ./src ./__tests__ --write ",
"coverage": "jest -w 16 --coverage",
"test": "run-s test:i",
"test-live": "cross-env DEBUG_MODE=1 jest --watch",
"test:u": "NODE_ENV=test && jest --config jest.config.js --coverage",
"test:i": "NODE_ENV=test && jest --config jest.node.config.js --coverage",
"build": "run-s clean build:* size",
Expand All @@ -47,7 +46,7 @@
"antv",
"visualization",
"ui",
"GUI"
"component"
],
"dependencies": {
"@antv/dom-util": "^2.0.3",
Expand Down Expand Up @@ -130,12 +129,12 @@
"limit-size": [
{
"path": "dist/gui.min.js",
"limit": "128 Kb",
"limit": "80 Kb",
"gzip": true
},
{
"path": "dist/gui.min.js",
"limit": "480 Kb"
"limit": "250 Kb"
}
],
"author": {
Expand All @@ -144,9 +143,9 @@
},
"repository": {
"type": "git",
"url": "https://github.com/antvis/gui"
"url": "https://github.com/antvis/component"
},
"bugs": {
"url": "https://github.com/antvis/gui/issues"
"url": "https://github.com/antvis/component/issues"
}
}
Loading

0 comments on commit e919168

Please sign in to comment.