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.
This commit is contained in:
Dandelion Mané 2019-08-13 17:46:23 +02:00 committed by GitHub
parent 75bded3a1d
commit 95b8974f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "sourcecred", "name": "sourcecred",
"version": "0.4.0", "version": "0.4.0",
"private": true, "private": false,
"dependencies": { "dependencies": {
"aphrodite": "^2.1.0", "aphrodite": "^2.1.0",
"base64url": "^3.0.1", "base64url": "^3.0.1",
@ -98,7 +98,7 @@
"flow": "flow", "flow": "flow",
"lint": "eslint src config --max-warnings 0" "lint": "eslint src config --max-warnings 0"
}, },
"license": "MIT + Apache-2", "license": "(MIT OR Apache-2.0)",
"jest": { "jest": {
"collectCoverageFrom": [ "collectCoverageFrom": [
"src/**/*.{js,jsx,mjs}" "src/**/*.{js,jsx,mjs}"