Skip to content

Commit 64bd85c

Browse files
Alexander ZhukAlexander Zhuk
Alexander Zhuk
authored and
Alexander Zhuk
committed
feat(package): organize dependencies #51 fix
1 parent b4456f2 commit 64bd85c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"start": "gulp serve",
66
"prebuild": "npm install"
77
},
8-
"dependencies": {
8+
"devDependencies": {
99
"browser-sync": "^2.10.0",
1010
"gulp": "^3.9.0",
1111
"gulp-concat": "^2.6.0",
@@ -16,7 +16,7 @@
1616
},
1717
"description": "Light, flexible and performant Data Grid for AngularJS apps, with built-in sorting, pagination and filtering options, unified API for client-side and server-side data fetching, \r seamless synchronization with browser address bar and total freedom in mark-up and styling suitable for your application. Angular 1.3 - 1.6 compliant.",
1818
"main": "index.js",
19-
"devDependencies": {},
19+
"dependencies": {},
2020
"repository": {
2121
"type": "git",
2222
"url": "git+https://github.com/angular-data-grid/angular-data-grid.github.io.git"

0 commit comments

Comments
 (0)