@libsrcdev/gatsby-remark-images-anywhere 0.1.8 → 0.1.9
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.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libsrcdev/gatsby-remark-images-anywhere",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Handle images with relative, absolute, remote path for gatsby-transformer-remark.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"gatsby",
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
30
|
"scripts": {
|
|
31
|
-
"
|
|
31
|
+
"yalc-publish": "yalc publish",
|
|
32
|
+
"dev": "nodemon --watch package.json --watch src --ext js,ts,mjs,cjs,json --exec \"tsdown && yalc push\"",
|
|
32
33
|
"build": "tsdown",
|
|
33
34
|
"lint": "eslint . --ext .ts",
|
|
34
35
|
"prepare": "npm run build",
|
|
@@ -77,4 +78,4 @@
|
|
|
77
78
|
"singleQuote": true,
|
|
78
79
|
"trailingComma": "es5"
|
|
79
80
|
}
|
|
80
|
-
}
|
|
81
|
+
}
|