Skip to content

Commit

Permalink
Build new version, add yarn to lock packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Nov 15, 2016
1 parent d77d1b0 commit 94d4f17
Show file tree
Hide file tree
Showing 7 changed files with 4,197 additions and 33 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,11 @@ Sometimes you may need to have the Tribute menu attach to a scrollable parent el
```

## Contributing
We welcome contributions to Tribute. There are many areas where we would love to see community contributions that we have outlined below, but first, let's go over how to develop in Tribute.
We welcome contributions to Tribute. There are many areas where we would love to see community contributions that we have outlined below, but first, let's go over how to develop in Tribute. We use [Yarn](https://yarnpkg.com/en/docs/install) to manage our NPM packages.

Install dependencies:
```sh
npm install
yarn install
```

Run gulp:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tribute",
"description": "Native ES6 @mentions",
"version": "2.0.5",
"version": "2.1.0",
"main": [
"dist/tribute.js",
"dist/tribute.css"
Expand Down
56 changes: 29 additions & 27 deletions dist/tribute.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tribute.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tribute.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tributejs",
"version": "2.0.6",
"version": "2.1.0",
"description": "Native ES6 @mentions",
"main": "dist/tribute.js",
"devDependencies": {
Expand Down
Loading

0 comments on commit 94d4f17

Please sign in to comment.