chore: Reconfigure packages
This commit is contained in:
parent
0e443bfb1e
commit
f45b6665b1
164 changed files with 998 additions and 893 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gatsby-remark-jargon",
|
||||
"version": "2.7.2",
|
||||
"version": "2.8.0-beta.0",
|
||||
"description": "A gatsby-transformer-remark sub-plugin for jargon terms",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"module": "dist/index.mjs",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"build": "npm run clean && rollup -c",
|
||||
"build": "rollup -c",
|
||||
"test": "echo \"gatsby-remark-jargon: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
||||
"pubtest": "npm publish --registry http://localhost:6662",
|
||||
"pubforce": "npm publish",
|
||||
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"remark-jargon": "^2.7.2"
|
||||
"remark-jargon": "^2.8.0-beta.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
|
@ -39,10 +39,13 @@
|
|||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "latest"
|
||||
"tag": "next"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0",
|
||||
"npm": ">=6"
|
||||
},
|
||||
"rollup": {
|
||||
"exports": "default"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue