Skip to content

Commit 313a528

Browse files
committed
bump version and added Benjamin Saphier as Contributor
1 parent 344d4f3 commit 313a528

File tree

2 files changed

+8
-33
lines changed

2 files changed

+8
-33
lines changed

bower.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-p5-wrapper",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "p5-wrapper",
55
"main": "lib/P5Wrapper.js",
66
"author": {
@@ -15,6 +15,10 @@
1515
},
1616
{
1717
"name": "Ivan Malyugin"
18+
},
19+
{
20+
"name": "Benjamin Saphier",
21+
"url" : "https://github.com/bsaphier"
1822
}
1923
],
2024
"homepage": "https://github.com/NeroCor/react-p5-wrapper",
@@ -27,7 +31,8 @@
2731
"url": "https://github.com/NeroCor/react-p5-wrapper/issues"
2832
},
2933
"dependencies": {
30-
"classnames": "^2.1.2"
34+
"classnames": "^2.1.2",
35+
"p5": "^0.5.5"
3136
},
3237
"devDependencies": {
3338
"babel-eslint": "^4.1.3",
@@ -36,8 +41,7 @@
3641
"gulp": "^3.9.0",
3742
"react": "^0.14.0",
3843
"react-component-gulp-tasks": "^0.7.6",
39-
"react-dom": "^0.14.0",
40-
"p5": "^0.5.5"
44+
"react-dom": "^0.14.0"
4145
},
4246
"peerDependencies": {
4347
"react": "^0.14.0"

0 commit comments

Comments
 (0)