@sps-woodland/buttons
Advanced tools
Comparing version 8.0.1 to 8.0.2
{ | ||
"name": "@sps-woodland/buttons", | ||
"description": "SPS Woodland Design System button components", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"author": "SPS Commerce", | ||
@@ -12,2 +12,14 @@ "license": "UNLICENSED", | ||
"types": "./lib/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./lib/index.es.js", | ||
"require": "./lib/index.cjs.js", | ||
"default": "./lib/index.cjs.js", | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"./lib/style.css": { | ||
"import": "./lib/style.css", | ||
"require": "./lib/style.css" | ||
} | ||
}, | ||
"publishConfig": { | ||
@@ -20,4 +32,4 @@ "access": "public" | ||
"react-dom": "^16.9.0", | ||
"@sps-woodland/core": "8.0.1", | ||
"@sps-woodland/tokens": "8.0.1" | ||
"@sps-woodland/core": "8.0.2", | ||
"@sps-woodland/tokens": "8.0.2" | ||
}, | ||
@@ -31,4 +43,4 @@ "devDependencies": { | ||
"react-dom": "^16.9.0", | ||
"@sps-woodland/core": "8.0.1", | ||
"@sps-woodland/tokens": "8.0.1" | ||
"@sps-woodland/core": "8.0.2", | ||
"@sps-woodland/tokens": "8.0.2" | ||
}, | ||
@@ -35,0 +47,0 @@ "scripts": { |
115467