mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 01:23:15 +00:00
move gulp tasks to sln root
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "bitwarden-mobile",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"less": "gulp less"
|
||||
},
|
||||
"devDependencies": {
|
||||
"del": "4.1.0",
|
||||
"gulp": "4.0.0",
|
||||
"gulp-less": "4.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user