joaojmendes a492abcaab React-Birthdays - Update - Convert birthdate from UTC to local (#804)
* commit

* Tree Organization Chart

* React-Birthdays  - Convert birthdate from UTC to local
2019-03-10 18:19:03 +02:00

8 lines
243 B
JavaScript

'use strict';
const gulp = require('gulp');
const build = require('@microsoft/sp-build-web');
build.addSuppression(`Warning - [sass] The local CSS class 'ms-Grid' is not camelCase and will not be type-safe.`);
build.initialize(gulp);