Skip to content

Commit 286e6b1

Browse files
committed
chore(package.json): Update dependencies and add style and scss info.
Update dependencies and also added a style property pointing to the css file, and an scss property pointing to the scss file. Not sure yet how to handle the stype map generated by the scss build.
1 parent eeaf5d8 commit 286e6b1

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,36 @@
1919
"license": "MIT",
2020
"homepage": "http://dalelotts.github.io/angular-bootstrap-datetimepicker",
2121
"main": "index.js",
22+
"style": "src/css/datetimepicker.css",
23+
"scss": "src/scss/datetimepicker.scss",
2224
"dependencies": {
2325
"angular": "^1.5.8",
24-
"moment": "^2.15.1"
26+
"moment": "^2.16.0"
2527
},
2628
"devDependencies": {
2729
"angular-date-time-input": "^1.2.1",
2830
"angular-mocks": "^1.5.8",
29-
"autoprefixer": "^6.5.1",
31+
"autoprefixer": "^6.5.3",
3032
"bootstrap": "^3.3.7",
3133
"commitizen": "^2.8.6",
3234
"coveralls": "^2.11.14",
3335
"csscomb": "^3.1.8",
34-
"csslint": "^1.0.3",
36+
"csslint": "^1.0.4",
3537
"cz-conventional-changelog": "^1.2.0",
3638
"del": "^2.2.2",
37-
"eslint": "^3.8.1",
39+
"eslint": "^3.9.1",
3840
"gulp": "^3.9.1",
3941
"gulp-angular-templatecache": "^2.0.0",
4042
"gulp-csscomb": "^3.0.8",
4143
"gulp-csslint": "^1.0.0",
4244
"gulp-htmlmin": "^3.0.0",
4345
"gulp-jscs": "^4.0.0",
44-
"gulp-jshint": "^2.0.1",
46+
"gulp-jshint": "^2.0.2",
4547
"gulp-postcss": "^6.2.0",
4648
"gulp-sass": "^2.3.2",
4749
"gulp-scss-lint": "^0.4.0",
4850
"gulp-scss-lint-stylish": "^1.0.1",
49-
"gulp-sourcemaps": "^2.1.1",
51+
"gulp-sourcemaps": "^2.2.0",
5052
"gulp-standard": "^8.0.2",
5153
"gulp-stylelint": "^3.4.0",
5254
"jasmine-core": "^2.5.2",
@@ -61,17 +63,17 @@
6163
"karma-phantomjs-launcher": "^1.0.2",
6264
"karma-threshold-reporter": "^0.1.15",
6365
"karma-webpack": "^1.8.0",
64-
"lodash": "^4.16.4",
66+
"lodash": "^4.16.6",
6567
"matchdep": "^1.0.1",
66-
"moment-timezone": "^0.5.6",
68+
"moment-timezone": "^0.5.9",
6769
"phantomjs-prebuilt": "^2.1.13",
6870
"plato": "^1.7.0",
6971
"run-browser": "^2.0.2",
7072
"semantic-release": "^6.3.0",
71-
"standard": "^8.4.0",
72-
"stylelint-config-standard": "^13.0.2",
73+
"standard": "^8.5.0",
74+
"stylelint-config-standard": "^14.0.0",
7375
"tape": "^4.6.2",
74-
"webpack": "^1.13.2"
76+
"webpack": "^1.13.3"
7577
},
7678
"scripts": {
7779
"coverage:upload": "cat build/coverage/lcov.info | coveralls",

0 commit comments

Comments
 (0)