Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Mar 25, 2018
1 parent a4a325d commit 2c4ede2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 31,8 @@ yarn add buttermilk
You can also use it from a CDN like unpkg:

```
https://unpkg.com/[email protected].0/dist/umd.js
https://unpkg.com/[email protected].0/dist/umd.min.js
https://unpkg.com/[email protected].1/dist/umd.js
https://unpkg.com/[email protected].1/dist/umd.min.js
```

The exports will be accessible at `window.Buttermilk`. Note that this requires, `react` (`window.React`) and `prop-types` (`window.PropTypes`) to also be accessible in the `window` scope.
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "buttermilk",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/probablyup/buttermilk"
Expand All @@ -12,6 12,10 @@
},
"main": "dist/cjs.js",
"module": "dist/es.js",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "NODE_ENV=production rollup -c rollup.config.js",
"test": "jest",
Expand Down

0 comments on commit 2c4ede2

Please sign in to comment.