Skip to content

Commit

Permalink
Added license, updated package to prepare for first publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ava-cassiopeia committed Jun 10, 2017
1 parent b434572 commit 56ae6c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Copyright 2017 Ivan Mattie

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "simple-switch",
"version": "0.1.0",
"description": "",
"description": "Vanilla JS/CSS Switch UI element",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ivan Mattie",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/aeolingamenfel/simple-switch"
},
"keywords": ["vanilla js", "switch", "ui", "material design", "material", "vanilla"],
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
Expand Down

0 comments on commit 56ae6c6

Please sign in to comment.