Commit d90a4519 authored by Robert Knight's avatar Robert Knight

Add license and description to frontend-shared package

All npm packages should have a license, and yarn complains if there
isn't one. The license chosen here is the same as in the client's
package.json.
parent 480b6d77
{ {
"name": "@hypothesis/frontend-shared", "name": "@hypothesis/frontend-shared",
"version": "1.0.0", "version": "1.0.0",
"description": "Shared components, styles and utilities for Hypothesis projects",
"license": "BSD-2-Clause",
"repository": "hypothesis/client", "repository": "hypothesis/client",
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.1.6", "@babel/cli": "^7.1.6",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment