Add license fields to package.json. (#1656)

This commit is contained in:
CyrusNajmabadi 2018-07-24 16:10:13 -07:00 committed by GitHub
parent 61324d5540
commit b90235c611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 51 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
*.swp
/vendor/
**/node_modules/
**/.vscode/
coverage.cov
*.coverprofile

View file

@ -1,5 +1,6 @@
{
"name": "minimal",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "minimal",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "minimal",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "minimal",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "minimal",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "minimal",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,6 +1,7 @@
{
"name": "config_basic_js",
"version": "0.9",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "steps",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "steps",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -0,0 +1,7 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
typescript@^2.5.3:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"

View file

@ -1,5 +1,6 @@
{
"name": "steps",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "double_pending_delete",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -0,0 +1,7 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
typescript@^2.9.0:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"

View file

@ -1,5 +1,6 @@
{
"name": "emptyjs",
"license": "Apache-2.0",
"version": "0.9",
"main": "bin/index.js",
"typings": "bin/index.d.ts",

View file

@ -0,0 +1,7 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
typescript@^2.5.3:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"

View file

@ -1,5 +1,6 @@
{
"name": "steps",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -0,0 +1,7 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
typescript@^2.5.3:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"

View file

@ -1,5 +1,6 @@
{
"name": "project_main",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "steps",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "steps",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "stack_project_name",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "stack_outputs",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "stack_outputs",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "stack_project_name",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "stack_project_name",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"name": "steps",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {