Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 97d1dde

Browse files
committed
v6.1.4
2 parents e27e407 + fd2e38d commit 97d1dde

5 files changed

+38
-15
lines changed

.npmignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
(system) files/extensions we don't want
2+
*.seed
3+
*.log
4+
*.csv
5+
*.dat
6+
*.out
7+
*.pid
8+
*.gz
9+
.idea/*
10+
*.DS_Store
11+
lib-cov
12+
pids
13+
logs
14+
results
15+
16+
node_modules
17+
bower_components
18+
!demo/bower_components
19+
!tests/bower_components
20+
*.sublime-workspace
21+
# build folder
22+
.grunt
23+
.tmp

dist/angular-formly-templates-bootstrap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! angular-formly-templates-bootstrap version 6.1.3 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)
1+
//! angular-formly-templates-bootstrap version 6.1.4 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)
22

33
(function webpackUniversalModuleDefinition(root, factory) {
44
if(typeof exports === 'object' && typeof module === 'object')
@@ -77,7 +77,7 @@ return /******/ (function(modules) { // webpackBootstrap
7777
prefix: 'angular-formly-bootstrap'
7878
}
7979
}));
80-
ngModule.constant('formlyBootstrapVersion', ("6.1.3"));
80+
ngModule.constant('formlyBootstrapVersion', ("6.1.4"));
8181

8282
__webpack_require__(6)(ngModule);
8383
__webpack_require__(9)(ngModule);

dist/angular-formly-templates-bootstrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-formly-templates-bootstrap.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)