~deadlight/canonical-identity-provider/password-reset

« back to all changes in this revision

Viewing changes to package.json

  • Committer: Tom Wardill
  • Date: 2018-12-13 16:31:16 UTC
  • mto: This revision was merged to the branch mainline in revision 1671.
  • Revision ID: tom.wardill@canonical.com-20181213163116-cxica0jjodx3323s
Put package.json back

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  "private": true,
3
3
  "devDependencies": {
4
4
    "del": "~0.1.1",
5
 
    "gulp": "^3.8.11",
6
 
    "gulp-autoprefixer": "0.0.8",
 
5
    "gulp": "~3.8.7",
7
6
    "gulp-concat": "~2.3.4",
8
7
    "gulp-csslint": "~0.1.5",
9
 
    "gulp-csso": "~0.2.9"
 
8
    "gulp-csso": "~0.2.9",
 
9
    "gulp-autoprefixer": "0.0.8"
10
10
  }
11
11
}