Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Commit

Permalink
add name to root package.json
Browse files Browse the repository at this point in the history
This commit adds a name property to package.json in an attempt to fix
the build error that currently occurs when running the npm ci target.
  • Loading branch information
danbev committed Jun 12, 2019
1 parent 44ea60a commit 2a199c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "qiskit-js",
"scripts": {
"start": "node packages/qiskit/bin",
"install": "lerna bootstrap",
Expand Down

0 comments on commit 2a199c5

Please sign in to comment.