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

Commit 4610b77

Browse files
committed
v6.1.7
2 parents adf9054 + 9fc1ba2 commit 4610b77

5 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Astrism <[email protected]>",
88
"Kent C. Dodds <[email protected]>"
99
],
10-
"main": "dist/angular-formly-templates-bootstrap.js",
10+
"main": "./dist/angular-formly-templates-bootstrap.js",
1111
"description": "Angular-Formly plugin which outputs bootstrap compatible form fields.",
1212
"keywords": [
1313
"AngularJs",

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.5 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)
1+
//! angular-formly-templates-bootstrap version 6.1.7 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.5"));
80+
ngModule.constant('formlyBootstrapVersion', ("6.1.7"));
8181

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

0 commit comments

Comments
 (0)