Skip to content

Commit 4516f7a

Browse files
authored
Merge pull request botpress#77 from jonbaer/master
Use yarn for package management
2 parents b310b75 + 07f33ee commit 4516f7a

File tree

3 files changed

+5838
-6
lines changed

3 files changed

+5838
-6
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
"react-addons-css-transition-group": "^15.3.1",
8484
"react-bootstrap": "^0.30.3",
8585
"react-bootstrap-button-loader": "^1.0.7",
86-
"react-ga": "^2.1.2",
8786
"react-dom": "^15.3.1",
8887
"react-fontawesome": "^1.2.0",
88+
"react-ga": "^2.1.2",
8989
"react-router": "^2.8.1",
9090
"react-sidebar": "^2.2.1",
9191
"react-sortable": "^1.2.0",
@@ -108,10 +108,7 @@
108108
],
109109
"license": "AGPL-3.0",
110110
"main": "index.js",
111-
"repository": {
112-
"type": "git",
113-
"url": "git+https://github.com/botpress/botpress.git"
114-
},
111+
"repository": "git+https://github.com/botpress/botpress.git",
115112
"os": [
116113
"darwin",
117114
"linux",

src/cli/templates/init/_._gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jspm_packages
4444
*.tgz
4545

4646
# *** Botpress specifics ***
47-
/data
47+
/data
48+
/modules_config

0 commit comments

Comments
 (0)