mark packages as Apache license

This commit is contained in:
ryan
2019-02-08 08:10:02 -08:00
parent 3e317b7d20
commit 3d5ae3dca3
2 changed files with 4 additions and 4 deletions

View File

@@ -8,6 +8,6 @@
"tslint": "echo \"Nothing to do\"", "tslint": "echo \"Nothing to do\"",
"typecheck": "echo \"Nothing to do\"" "typecheck": "echo \"Nothing to do\""
}, },
"author": "", "author": "Grafana Labs",
"license": "ISC" "license": "Apache-2.0"
} }

View File

@@ -8,8 +8,8 @@
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",
"storybook": "start-storybook -p 9001 -c .storybook -s ../../public" "storybook": "start-storybook -p 9001 -c .storybook -s ../../public"
}, },
"author": "", "author": "Grafana Labs",
"license": "ISC", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@torkelo/react-select": "2.1.1", "@torkelo/react-select": "2.1.1",
"@types/react-color": "^2.14.0", "@types/react-color": "^2.14.0",