Skip to content

Commit 94d4f17

Browse files
author
Jordan Humphreys
committed
Build new version, add yarn to lock packages.
1 parent d77d1b0 commit 94d4f17

File tree

7 files changed

+4197
-33
lines changed

7 files changed

+4197
-33
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,11 @@ Sometimes you may need to have the Tribute menu attach to a scrollable parent el
294294
```
295295

296296
## Contributing
297-
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.
297+
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.
298298

299299
Install dependencies:
300300
```sh
301-
npm install
301+
yarn install
302302
```
303303

304304
Run gulp:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tribute",
33
"description": "Native ES6 @mentions",
4-
"version": "2.0.5",
4+
"version": "2.1.0",
55
"main": [
66
"dist/tribute.js",
77
"dist/tribute.css"

dist/tribute.js

Lines changed: 29 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tribute.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tribute.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tributejs",
3-
"version": "2.0.6",
3+
"version": "2.1.0",
44
"description": "Native ES6 @mentions",
55
"main": "dist/tribute.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)