1
0
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:
Kyle Spearrin
2019-04-02 22:43:22 -04:00
parent 61c1c6ebf8
commit b2c0b02be4
4 changed files with 105 additions and 88 deletions

12
package.json Normal file
View 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"
}
}