Skip to content

Commit 80b2c07

Browse files
committed
test: 💍 Tests setup
1 parent 35aee55 commit 80b2c07

2 files changed

Lines changed: 20 additions & 17 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: Test
3535
run: yarn test --coverage
3636

37-
- name: Send Report
38-
uses: paambaati/codeclimate-action@v3.0.0
39-
env:
40-
CC_TEST_REPORTER_ID: 7d1e3713df373ab2c9efce24b85c16efa2bd953aae32bd9d278004784d71291e
41-
with:
42-
coverageLocations: ${{github.workspace}}/coverage/lcov.info:lcov
37+
# - name: Send Report
38+
# uses: paambaati/codeclimate-action@v3.0.0
39+
# env:
40+
# CC_TEST_REPORTER_ID: 7d1e3713df373ab2c9efce24b85c16efa2bd953aae32bd9d278004784d71291e
41+
# with:
42+
# coverageLocations: ${{github.workspace}}/coverage/lcov.info:lcov

package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
{
22
"name": "react-zoom-pan-pinch",
3-
"version": "2.6.1",
3+
"version": "0.0.0",
44
"description": "Zoom and pan html elements in easy way",
55
"author": "prc5",
66
"license": "MIT",
7-
"repository": "prc5/react-zoom-pan-pinch",
87
"main": "dist/index.cjs.js",
98
"module": "dist/index.esm.js",
109
"types": "dist/index.d.ts",
1110
"source": "src/index.ts",
12-
"jsnext:main": "dist/index.esm.js",
13-
"engines": {
14-
"node": ">=8",
15-
"npm": ">=5"
16-
},
1711
"scripts": {
1812
"build": "rollup -c",
1913
"build:docs": "build-storybook",
@@ -100,10 +94,19 @@
10094
"webpack": "5",
10195
"webpack-cli": "^5.0.1"
10296
},
103-
"files": [
104-
"dist",
105-
"src"
106-
],
97+
"engines": {
98+
"node": ">=8",
99+
"npm": ">=5"
100+
},
101+
"config": {
102+
"commitizen": {
103+
"path": "git-cz"
104+
}
105+
},
106+
"repository": {
107+
"type": "git",
108+
"url": "https://github.com/prc5/react-zoom-pan-pinch.git"
109+
},
107110
"eslintConfig": {
108111
"extends": [
109112
"react-app",

0 commit comments

Comments
 (0)