Commits on Source (2)
-
Zandor Smith authoredad086ca9
-
semantic-release-bot authored
## [1.1.1](v1.1.0...v1.1.1) (2022-10-26) ### Bug Fixes * Explicitly set to be a public package. ([ad086ca9](ad086ca9))
28c6c269
{ | ||
"name": "@zandor300/react-meta-tags", | ||
"description": "Handle document meta/head tags in isomorphic react with ease.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "lib/index.js", | ||
"author": "Zandor Smith", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git.zsinfo.nl/Zandor300/react-meta-tags" | ||
... | ... |