Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoporto committed Nov 5, 2016
1 parent 7e000c7 commit 3eaa68d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
4 changes: 1 addition & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@

"globals": {
// additional predefined global variables
"angular": true,
"ga": true,
"outdatedBrowser": true
"ga": true
},

"plugins": [
Expand Down
7 changes: 3 additions & 4 deletions npmignore → .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
.editorconfig
.eslintrc
.gitattributes
.gitattributes
.travis.yml
.yo-rc.json

bower.json
config.json
gulpfile.js
karma.conf.js
yarn.lock

.publish/
build/
coverage/
dist/bower_components/
build/
spec/
src/
tasks/
3 changes: 2 additions & 1 deletion .yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"githubUser": "tiagoporto",
"settingFolder": true,
"srcFolder": "src",
"destFolder": "dest",
"destFolder": "dist",
"buildFolder": "build",
"fontsDestFolder": "fonts",
"handlebarsSrcFolder": "handlebars",
Expand All @@ -40,6 +40,7 @@
"readme",
"contributing",
"travis",
"npmignore",
"bower"
]
}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 accessibility-buttons
Copyright (c) 2016 Accessibility Buttons

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
8 changes: 4 additions & 4 deletions src/header-comments.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Accessibility Buttons v3.1.0
* http://tiagoporto.github.io/accessibility-buttons
* Copyright (c) 2014-2016 Tiago Porto (http://tiagoporto.com)
* Released under the MIT license
* Accessibility Buttons v3.1.0
* http://tiagoporto.github.io/accessibility-buttons
* Copyright (c) 2014-2016 Tiago Porto (http://tiagoporto.com)
* Released under the MIT license
*/

0 comments on commit 3eaa68d

Please sign in to comment.