mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-25 22:33:44 +00:00
chore(package.json): use devDependencies instead of dependencies
This commit is contained in:
parent
5a34464198
commit
eb21eb5a06
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "AngularJS",
|
"name": "AngularJS",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"dependencies": {
|
"devDependencies": {
|
||||||
"grunt": "0.4.0",
|
"grunt": "0.4.0",
|
||||||
"grunt-contrib-clean": "0.4.0",
|
"grunt-contrib-clean": "0.4.0",
|
||||||
"grunt-contrib-compress": "0.4.1",
|
"grunt-contrib-compress": "0.4.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue