coject 1.2.6 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -5
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -10,15 +10,10 @@
10
10
  <div align="center">
11
11
 
12
12
  [![npm version](https://img.shields.io/npm/v/coject.svg?style=flat-square)](https://www.npmjs.org/package/coject)
13
- [![CDNJS](https://img.shields.io/cdnjs/v/coject.svg?style=flat-square)](https://cdnjs.com/libraries/coject)
14
- [![Build status](https://img.shields.io/github/actions/workflow/status/coject/coject/ci.yml?branch=v1.x&label=CI&logo=github&style=flat-square)](https://github.com/coject/coject/actions/workflows/ci.yml)
15
13
  [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square)](https://gitpod.io/#https://github.com/coject/coject)
16
- [![code coverage](https://img.shields.io/coveralls/mzabriskie/coject.svg?style=flat-square)](https://coveralls.io/r/mzabriskie/coject)
17
14
  [![install size](https://img.shields.io/badge/dynamic/json?url=https://packagephobia.com/v2/api.json?p=coject&query=$.install.pretty&label=install%20size&style=flat-square)](https://packagephobia.now.sh/result?p=coject)
18
- [![npm bundle size](https://img.shields.io/bundlephobia/minzip/coject?style=flat-square)](https://bundlephobia.com/package/coject@latest)
19
15
  [![npm downloads](https://img.shields.io/npm/dm/coject.svg?style=flat-square)](https://npm-stat.com/charts.html?package=coject)
20
16
  [![gitter chat](https://img.shields.io/gitter/room/mzabriskie/coject.svg?style=flat-square)](https://gitter.im/mzabriskie/coject)
21
- [![code helpers](https://www.codetriage.com/coject/coject/badges/users.svg)](https://www.codetriage.com/coject/coject)
22
17
  [![Known Vulnerabilities](https://snyk.io/test/npm/coject/badge.svg)](https://snyk.io/test/npm/coject)
23
18
 
24
19
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coject",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "React Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/coject.git"
18
+ "url": "git+https://github.com/coject/coject.git"
19
19
  },
20
20
  "keywords": [
21
21
  "Node",
@@ -30,9 +30,9 @@
30
30
  "author": "Akwad",
31
31
  "license": "MIT",
32
32
  "bugs": {
33
- "url": "https://github.com/coject/issues"
33
+ "url": "https://github.com/coject/coject/issues"
34
34
  },
35
- "homepage": "https://github.com/coject#readme",
35
+ "homepage": "https://github.com/coject/coject",
36
36
  "devDependencies": {
37
37
  "@emotion/react": "^11.11.1",
38
38
  "@emotion/styled": "^11.11.0",