Commit bfe0bd061cb92806e8dce0441c258e6b796c7bab

Authored by Eric Fernandez
1 parent cfbda5da69
Exists in master

quito dependencias

Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
... ... @@ -39,6 +39,8 @@
39 39 "bootstrap": "^4.1.3",
40 40 "font-awesome": "^4.7.0",
41 41 "gulp": "^3.9.1",
  42 + "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git",
  43 + "angular-sanitize": "^1.7.5",
42 44 "gulp-angular-templatecache": "^2.2.2",
43 45 "gulp-clean": "^0.4.0",
44 46 "gulp-concat": "^2.6.1",
... ... @@ -54,9 +56,5 @@
54 56 "jshint": "^2.9.6",
55 57 "pre-commit": "^1.2.2",
56 58 "pump": "^3.0.0"
57   - },
58   - "dependencies": {
59   - "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git",
60   - "angular-sanitize": "^1.7.5"
61 59 }
62 60 }