1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 20:20:34 +02:00

Drop bower usage (#27)

This commit is contained in:
Clark Winkelmann
2017-06-29 00:55:24 +02:00
committed by Toby Zerner
parent eac6e2e32f
commit 2bbf4a2b4b
3 changed files with 3 additions and 8 deletions

View File

@@ -5,6 +5,6 @@ gulp({
'flarum/mentions': 'src/**/*.js'
},
files: [
'bower_components/textarea-caret-position/index.js'
'node_modules/textarea-caret/index.js'
]
});

View File

@@ -1,6 +0,0 @@
{
"name": "flarum-mentions",
"devDependencies": {
"textarea-caret-position": "~3.0.0"
}
}

View File

@@ -2,6 +2,7 @@
"private": true,
"devDependencies": {
"gulp": "^3.9.1",
"flarum-gulp": "^0.2.0"
"flarum-gulp": "^0.2.0",
"textarea-caret": "~3.0.0"
}
}