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

Commit ddd04eb

Browse files
author
Kent C. Dodds
committed
Adding a ton of stuff and moving to webpack. This is sort of a big deal of a commit. But it's awesome.
1 parent 6aa3c01 commit ddd04eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1032
-364
lines changed

.jshintrc

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"browser": true,
2626
"node": true,
2727
"globals": {
28-
"angular": true
28+
"angular": true,
29+
30+
"ON_TEST": true,
31+
"ON_DEV": true,
32+
"ON_PROD": true,
33+
"VERSION": true
2934
}
3035
}

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## 3.0.2
1+
## 4.0.0
22

3-
Added addonLeft and addonRight to place add-ons on fields
4-
5-
Created changelog.md
3+
- Added addonLeft and addonRight to place add-ons on fields
4+
- Adding api-check dependency

bower.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-formly-templates-bootstrap",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"authors": [
55
"Astrism <[email protected]>"
66
],
@@ -27,8 +27,9 @@
2727
"tests"
2828
],
2929
"dependencies": {
30-
"angular": "~1.2.22",
31-
"angular-formly": "~1.0.0",
30+
"angular": ">=1.2.x",
31+
"angular-formly": ">=3.3.0",
32+
"api-check": "~6.0.0",
3233
"bootstrap": "~3.2.0"
3334
},
3435
"devDependencies": {

0 commit comments

Comments
 (0)