Update license to SPDX formated

This commit is contained in:
Tom Gallacher 2017-01-03 14:30:58 +00:00
parent 4af3b8e14d
commit 1429f9403f
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "cloudapi-graphql",
"private": true,
"license": "Apache-2.0",
"license": "MPL-2.0",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {

View File

@ -2,7 +2,7 @@
"name": "joyent-portal",
"version": "1.0.0",
"private": true,
"license": "MPL2",
"license": "MPL-2.0",
"main": "index.js",
"homepage": "https://github.com/yldio/joyent-portal#readme",
"repository": {

View File

@ -1,7 +1,7 @@
{
"name": "@tomgco/joyent-portal-ui",
"version": "0.0.1-1",
"license": "MPL2",
"license": "MPL-2.0",
"main": "dist/index.js",
"scripts": {
"start": "cd docs && npm start",