Skip to content

Commit

Permalink
Move keycode to dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Oct 26, 2016
1 parent ee339cb commit 6180247
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-experience",
"version": "1.0.0",
"version": "0.0.2",
"description": "Your source for creating beautiful, consistent experiences across NICE",
"keywords": [
"css",
Expand Down Expand Up @@ -48,9 +48,7 @@
"grunt-express-server": "^0.5.3",
"time-grunt": "^1.4.0",
"webpack-dev-server": "^1.16.1",
"webpack-notifier": "^1.4.1"
},
"dependencies": {
"webpack-notifier": "^1.4.1",
"autoprefixer": "^6.5.1",
"babel-core": "^6.10.4",
"babel-eslint": "^7.0.0",
Expand Down Expand Up @@ -94,10 +92,8 @@
"html-minifier": "^3.1.0",
"istanbul": "^1.1.0-alpha.1",
"jit-grunt": "^0.10.0",
"jquery": "^3.1.1",
"jsdoc-babel": "^0.2.1",
"jsdom": "^9.5.0",
"keycode": "^2.1.7",
"load-grunt-config": "^0.19.2",
"load-grunt-tasks": "^3.5.0",
"lodash": "^4.16.2",
Expand All @@ -115,6 +111,10 @@
"string-replace-webpack-plugin": "0.0.3",
"webpack": "^1.13.2"
},
"dependencies": {
"jquery": "^3.1.1",
"keycode": "^2.1.7"
},
"engines": {
"node": ">=4"
},
Expand Down

0 comments on commit 6180247

Please sign in to comment.