From 24505223334f39324cac93bdc46b5ffd0341efd3 Mon Sep 17 00:00:00 2001 From: Hexxa Date: Wed, 6 Jun 2018 20:58:40 +0800 Subject: [PATCH] 1. add prettier 2.update license in package.json (#9) * chore: add prettier(1st step) * chore:update license --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7ee279..c776bda 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "go test -v ./... && yarn jest --coverage" }, "author": "hexxa", - "license": "ISC", + "license": "LGPL-3.0", "devDependencies": { "babel-core": "^6.26.0", "babel-jest": "^21.2.0",