v0.0.1-beta.16

This commit is contained in:
Jon McClure 2022-08-26 15:34:03 +01:00
parent 91e4d2aa1d
commit 8bcf1a1c8a

View file

@ -1,6 +1,6 @@
{ {
"name": "@reuters-graphics/graphics-components", "name": "@reuters-graphics/graphics-components",
"version": "0.0.1-beta.15", "version": "0.0.1-beta.16",
"type": "module", "type": "module",
"private": false, "private": false,
"homepage": "https://reuters-graphics.github.io/graphics-components", "homepage": "https://reuters-graphics.github.io/graphics-components",
@ -15,7 +15,7 @@
"postversion": "git push origin && git push origin --tags" "postversion": "git push origin && git push origin --tags"
}, },
"license": "MIT", "license": "MIT",
"types": "dist/@types/index.d.ts", "types": "./dist/@types/index.d.ts",
"files": [ "files": [
"dist" "dist"
], ],