Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 58660ca

Browse files
authored
Prepare package.json for a new name (#25)
* Prepare package.json for a new name * Update package-lock
1 parent 7909533 commit 58660ca

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
2-
"name": "postcss-jsx",
2+
"name": "@stylelint/postcss-css-in-js",
33
"version": "0.36.4",
44
"description": "PostCSS syntax for parsing CSS in JS literals",
5-
"repository": {
6-
"type": "git",
7-
"url": "git+https://github.com/gucong3000/postcss-jsx.git"
8-
},
5+
"repository": "stylelint/postcss-css-in-js",
96
"keywords": [
107
"postcss",
118
"syntax",
@@ -24,10 +21,6 @@
2421
],
2522
"author": "gucong3000",
2623
"license": "MIT",
27-
"bugs": {
28-
"url": "https://github.com/gucong3000/postcss-jsx/issues"
29-
},
30-
"homepage": "https://github.com/gucong3000/postcss-jsx#readme",
3124
"nyc": {
3225
"reporter": [
3326
"lcov",

0 commit comments

Comments
 (0)