0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-07-27 00:20:43 +02:00

Enable using common npm start script

This commit is contained in:
peteruithoven 2016-06-15 14:49:46 +02:00
parent 4e18fa0f56
commit 28808078ad

View File

@ -20,5 +20,8 @@
"grunt-contrib-concat": "~0.3.0",
"grunt-gitinfo": "~0.1.7",
"grunt-template": "~0.2.3"
},
"scripts": {
"start": "grunt"
}
}