Skip to content

Commit

Permalink
Update license to list Lunar Logic as the repository owner
Browse files Browse the repository at this point in the history
  • Loading branch information
szynszyliszys committed Mar 8, 2016
1 parent dc835c5 commit 5908672
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE.MD
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Anna Migas
Copyright (c) 2016 Lunar Logic

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -77,6 +77,6 @@ All possible animations are listed here. Some of them are looped by default and

## License

The library is under [The MIT License (MIT)](http://choosealicense.com/licenses/mit/)
The library is licensed under [The MIT License (MIT)](http://choosealicense.com/licenses/mit/).


6 changes: 3 additions & 3 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "repaintless",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://github.com/szynszyliszys/repaintless",
"authors": [
"Anna Migas <amjmigas@gmail.com>"
Expand All @@ -21,11 +21,11 @@
"license": "MIT",
"ignore": [
".gitignore",
".npmignore",
"node_modules",
"bower_components",
"/demo",
"gulpfile.js",
"package.json",
"LICENSE.MD"
"package.json"
]
}
11 changes: 1 addition & 10 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "repaintless",
"version": "1.3.0",
"version": "1.3.1",
"description": "Repaintless is a library of CSS animations, which don't cause costly repaints and recalculations in our browser. Animations are smooth and simple.",
"main": "./repaintless-css/repaintless.css",
"author": "Anna Migas <amjmigas@gmail.com>",
Expand All @@ -17,15 +17,6 @@
"url": "https://github.com/szynszyliszys/repaintless.git"
},
"license": "MIT",
"ignore": [
".gitignore",
"node_modules",
"bower_components",
"/demo",
"gulpfile.js",
"package.json",
"LICENSE.MD"
],
"dependencies": {},
"devDependencies": {
"del": "^2.2.0",
Expand Down

0 comments on commit 5908672

Please sign in to comment.