0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-06-02 16:44:33 +02:00

Add grunt to NPM start script

This commit is contained in:
mesut-pehlivan 2016-01-22 14:17:42 +01:00
parent daaa0486f5
commit fbfd77c4a6

View File

@ -16,5 +16,8 @@
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "^0.5.0"
},
"scripts": {
"start": "grunt"
}
}