Skip to content

Commit

Permalink
Bump version; add engine constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerwarren committed Mar 6, 2024
1 parent 36d7e29 commit 14760b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Components for building React-based applications at Brown University.

```sh
// npm
npm i BrownUniversity/brown-university-components
npm i BrownUniversity/brown-university-components#semver:^2.0.0

// yarn
yarn add git+https://github.com/BrownUniversity/brown-university-components.git#^1.7
yarn add git+https://github.com/BrownUniversity/brown-university-components.git#^2.0.0
```

#### Required Peer Dependencies
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "brown-university-components",
"description": "Components for building React-based applications at Brown University",
"author": "Colin Cummings <[email protected]>",
"version": "1.7.1",
"version": "2.0.0",
"private": true,
"homepage": "https://github.com/BrownUniversity/brown-university-components",
"main": "dist/index.commonjs.js",
Expand Down Expand Up @@ -78,5 +78,8 @@
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4"
},
"engine": {
"node": ">=16.0.0"
}
}

0 comments on commit 14760b0

Please sign in to comment.