Merge pull request #15323 from ryantxu/package-license

mark grafana-ui package with Apache license
pull/15331/head
Torkel Ödegaard 7 years ago committed by GitHub
commit db8c74c4c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/grafana-build/package.json
  2. 4
      packages/grafana-ui/package.json

@ -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"
} }

@ -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",

Loading…
Cancel
Save