Skip to content

Commit 32cb73a

Browse files
author
scates
committed
Added myself to contributers, changelog, bower.json, and updated Grunt format
1 parent 9fded74 commit 32cb73a

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
0.0.2 [WiP]
22
=============================
3+
* Added Wizard directive
4+
* fixes to dropdown to update model, and allow for {{variables}} as title
5+
* code clean up and grunt task optimization
36

47
0.0.1 [Released]
58
=============================

Contributors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Contributors:
55
* [Nikita K.](https://github.com/Mendor)
66
* [StudioThree10](https://github.com/studiothree10)
77
* [cgroner](https://github.com/cgroner)
8+
* [solcates](https://github.com/solcates)

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module.exports = function(grunt) {
2727
'src/sidebar/sidebar.js',
2828
'src/rating/rating.js',
2929
'src/wizard/wizard.js',
30-
'src/wizard/wizardButtons.js'
3130
],
3231
dest: '<%= dist %>/<%= filename %>.js'
3332
}

bower.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@
66
"angular",
77
"ui"
88
],
9-
"homepage": "http://0xAX.github.io/angular-semantic-ui",
10-
"bugs": "https://github.com/angularify/angular-semantic-ui",
9+
"homepage": "http://solcates.github.io/angular-semantic-ui",
10+
"bugs": "https://github.com/solcates/angular-semantic-ui",
1111
"author": {
1212
"name": "Alex Kuleshov",
1313
"url": "https://github.com/0xAX"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/angularify/angular-semantic-ui.git"
17+
"url": "https://github.com/solcates/angular-semantic-ui.git"
1818
},
1919
"licenses": [
2020
{
2121
"type": "MIT",
22-
"url": "https://github.com/angularify/angular-semantic-ui/blob/master/LICENSE.md"
22+
"url": "https://github.com/solcates/angular-semantic-ui/blob/master/LICENSE.md"
2323
}
2424
],
2525
"main": [
26-
"dist/angular-semantic-ui.min.js",
27-
"dist/angular-semantic-ui.tpl.min.js"
26+
"dist/angular-semantic-ui.js",
27+
"dist/angular-semantic-ui.min.js"
2828
],
2929
"ignore": [
3030
"docs",
@@ -34,7 +34,6 @@
3434
"dependencies": {
3535
"angular": "latest",
3636
"angular-mocks" : "latest",
37-
"angular-sanitize" : "latest",
3837
"semantic": "latest"
3938
},
4039
"devDependencies": {

0 commit comments

Comments
 (0)