Browse Source

Specify license, add lockfile

Use MIT license.
master
Allan Crisostomo 3 years ago
parent
commit
6bcf0c20af
4 changed files with 19 additions and 1 deletions
  1. +2
    -0
      .gitignore
  2. +7
    -0
      LICENSE
  3. +2
    -1
      package.json
  4. +8
    -0
      yarn.lock

+ 2
- 0
.gitignore View File

@@ -0,0 +1,2 @@
node_modules/
dist/

+ 7
- 0
LICENSE View File

@@ -0,0 +1,7 @@
Copyright 2020 TheoryOfNekomata

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 2
- 1
package.json View File

@@ -14,5 +14,6 @@
},
"scripts": {
"build": "tsc **/*.ts"
}
},
"license": "MIT"
}

+ 8
- 0
yarn.lock View File

@@ -0,0 +1,8 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


typescript@^4.0.3:
version "4.1.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==

Loading…
Cancel
Save