-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update unpkg config for data and style packages (#61)
* Update unpkg config for data and style packages * Add changeset file
- Loading branch information
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@lookit/style": patch | ||
"@lookit/data": patch | ||
--- | ||
|
||
Update to unpkg config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
"license": "ISC", | ||
"author": "Christopher J Green <[email protected]> (https://github.com/okaycj)", | ||
"main": "dist/index.js", | ||
"unpkg": "dist/index.browser.min.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "rollup --config", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters