Merge pull request #1353 from ahlinc/chore/add-license-files-to-npm-packages
сhore: Add license files to npm packages
This commit is contained in:
commit
c30ac18900
5 changed files with 6 additions and 2 deletions
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2018 Max Brunsfeld
|
||||
Copyright (c) 2018-2021 Max Brunsfeld
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
1
cli/npm/.gitignore
vendored
1
cli/npm/.gitignore
vendored
|
|
@ -2,3 +2,4 @@ tree-sitter
|
|||
tree-sitter.exe
|
||||
*.gz
|
||||
*.tgz
|
||||
LICENSE
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@
|
|||
],
|
||||
"main": "lib/api/index.js",
|
||||
"scripts": {
|
||||
"install": "node install.js"
|
||||
"install": "node install.js",
|
||||
"prepack": "cp ../../LICENSE ."
|
||||
},
|
||||
"bin": {
|
||||
"tree-sitter": "cli.js"
|
||||
|
|
|
|||
1
lib/binding_web/.gitignore
vendored
1
lib/binding_web/.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
package-lock.json
|
||||
node_modules
|
||||
*.tgz
|
||||
LICENSE
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"prepack": "cp ../../LICENSE .",
|
||||
"prepublishOnly": "node check-artifacts-fresh.js"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue