File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -267,17 +267,11 @@ To run the demo:
267267```
268268npm start
269269yarn start
270- gulp serve
271270```
272271
273- To build with gulp 4:
274-
275- Global
272+ To build with esbuild:
276273```
277- gulp
274+ npm build
275+ yarn build
278276````
279277
280- Local
281- ```
282- ./node_modules/.bin/gulp
283- ```
Original file line number Diff line number Diff line change 11{
22 "name" : " ng-material-datetimepicker" ,
33 "description" : " A datetime picker for AngularJS Material" ,
4- "version" : " 1.19.6 " ,
4+ "version" : " 1.19.7 " ,
55 "keywords" : [
66 " css" ,
77 " js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " ng-material-datetimepicker" ,
33 "description" : " A datetime picker for AngularJS Material" ,
4- "version" : " 1.19.6 " ,
4+ "version" : " 1.19.7 " ,
55 "keywords" : [
66 " css" ,
77 " js" ,
1717 "main" : " js/angular-material-datetimepicker.js" ,
1818 "scripts" : {
1919 "build" : " node build" ,
20- "start" : " lite-server" ,
21- "dev" : " lite-server"
20+ "start" : " lite-server"
2221 },
2322 "dependencies" : {
2423 "angular" : " ^1.8.2" ,
You can’t perform that action at this time.
0 commit comments