Skip to content

Commit 861d026

Browse files
authored
Merge pull request #6 from NandoMB/migrate-v2
Migrate v2
2 parents 6674e77 + aca4337 commit 861d026

Some content is hidden

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

60 files changed

+3897
-10805
lines changed

.bowerrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitignore

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
/node_modules/
2-
/components/
3-
/bower_components/
4-
/test_scopes/angular_1.2.x/bower_components/
5-
/test_scopes/angular_1.3.x/bower_components/
6-
/demo/js/angular-translate-latest.js
7-
/build/
8-
91
# OS X
102
.DS_Store
113

12-
# IntelliJ stuff
13-
/.idea/
14-
*.iml
15-
# Eclipse (plugins)
16-
/atlassian-ide-plugin.xml
17-
18-
# Auto-added patterns
19-
20-
demo/bower_components/
4+
# Project
5+
/node_modules/
6+
/bower_components/
7+
/dist/
8+
*.log

CHANGELOG.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

Gruntfile.js

Lines changed: 0 additions & 142 deletions
This file was deleted.

LICENSE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
The MIT License (MIT)
1+
MIT License
22

3-
Copyright (c) 2015 Fernando Machado Bernardino
4-
[NandoMB](https://github.com/NandoMB). https://github.com/NandoMB/angular-veasy-table
3+
Copyright (c) 2016 Fernando Machado Bernardino
54

65
Permission is hereby granted, free of charge, to any person obtaining a copy
76
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)