File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments