From 95b8974f6a8d0bf383fb09e77223a2933fb0f82d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dandelion=20Man=C3=A9?= Date: Tue, 13 Aug 2019 17:46:23 +0200 Subject: [PATCH] Make SourceCred a public package (#1284) I'm mostly motivated by wanting to get greenkeeper lockfile auto-updating working (see #1269) although this is also a first step towards making SourceCred usable from NPM (#1232). For now, see this as us making sure we claim the sourcecred package name on npm (see: https://www.npmjs.com/package/sourcecred). I also fixed the license spec so that it's valid SPDX. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a476fb8..085c548 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sourcecred", "version": "0.4.0", - "private": true, + "private": false, "dependencies": { "aphrodite": "^2.1.0", "base64url": "^3.0.1", @@ -98,7 +98,7 @@ "flow": "flow", "lint": "eslint src config --max-warnings 0" }, - "license": "MIT + Apache-2", + "license": "(MIT OR Apache-2.0)", "jest": { "collectCoverageFrom": [ "src/**/*.{js,jsx,mjs}"