Hello. I published @codejamboree/replace-tags
to npm. I saw a link on the packages page to >_Try on RunKit
. Unfortunately, when I clicked the button, it said it was missing the package, and may take a few minutes to appear.
It’s been a couple days and the package is still missing. I’ve reviewed the package config and tried to add a few things like runkitExample
as example.js
in the root folder, and also added example.js
in files
, but without any luck. I don’t have any lifecycle scripts other than start
and test
. Here is a small portion of my package.json file:
{
"name": "@codejamboree/replace-tags",
"version": "1.0.22",
"main": "dist/index.min.js",
"devMain": "dist-dev/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"dist-dev",
"example.js"
],
"changelog": "CHANGELOG.md",
"runkitExample": "example.js",
}
Package on NPM: @codejamboree/replace-tags - npm
Package.json on GitHub: replace-tags/package.json at master · CodeJamboree/replace-tags · GitHub