purescript / registry

Registry of PureScript packages and metadata about them
46 stars 14 forks source link

Update intersection-observer #463

Closed grybiena closed 10 months ago

grybiena commented 10 months ago
{
  "name": "intersection-observer",
  "ref": "v1.0.1",
  "compiler": "0.15.9"
}
pacchettibotti commented 10 months ago

Package source does not have a purs.json file. Creating one from your bower.json and/or spago.dhall files...

pacchettibotti commented 10 months ago

Converted your legacy manifest(s) into a purs.json manifest to use for publishing:


  "name": "intersection-observer",
  "version": "1.0.1",
  "license": "MIT",
  "location": {
    "githubOwner": "grybiena",
    "githubRepo": "intersection-observer"
  },
  "dependencies": {
    "css": ">=6.0.0 <7.0.0",
    "options": ">=7.0.0 <8.0.0",
    "web-dom": ">=6.0.0 <7.0.0"
  }
}```
pacchettibotti commented 10 months ago

Package is verified! Uploading it to the storage backend...

pacchettibotti commented 10 months ago

Successfully uploaded package to the registry! 🎉 🚀

pacchettibotti commented 10 months ago

Successfully uploaded package docs to Pursuit! 🎉 🚀

pacchettibotti commented 10 months ago

Mirrored registry operation to the legacy registry.