mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 03:59:39 +08:00
Drop bower usage (#27)
This commit is contained in:
parent
eac6e2e32f
commit
2bbf4a2b4b
@ -5,6 +5,6 @@ gulp({
|
||||
'flarum/mentions': 'src/**/*.js'
|
||||
},
|
||||
files: [
|
||||
'bower_components/textarea-caret-position/index.js'
|
||||
'node_modules/textarea-caret/index.js'
|
||||
]
|
||||
});
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "flarum-mentions",
|
||||
"devDependencies": {
|
||||
"textarea-caret-position": "~3.0.0"
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user