Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Add package.json #21

Open
Rendez opened this issue Nov 30, 2015 · 6 comments
Open

Add package.json #21

Rendez opened this issue Nov 30, 2015 · 6 comments

Comments

@Rendez
Copy link

Rendez commented Nov 30, 2015

I would like to install this package via NPM but without package.json is not possible.

@gigmaps
Copy link
Contributor

gigmaps commented Nov 30, 2015

I've created a pull request that should fix your issue (once google gets around to merging it & publishing the package to npm):
#22

@Rendez
Copy link
Author

Rendez commented Nov 30, 2015

@gigmaps excellent!

@Rendez Rendez closed this as completed Nov 30, 2015
@gigmaps
Copy link
Contributor

gigmaps commented Dec 1, 2015

@Rendez probably best to leave this issue open - someone from Google will close the issue once they merge the pull request (and publish the package to npm)

@Rendez Rendez reopened this Dec 1, 2015
@s7dhansh
Copy link

s7dhansh commented Jul 18, 2016

How to use it? I could not find any exports statement in the infobubble.js, and i get a blank object on require.

EDIT: I assume it is to be loaded as a global variable (without actually assigning the require to any varaiable). Will try and update.

@scottlet
Copy link

I get the same issue

@scottlet
Copy link

OK. There's no exports, it's creating a global, so doing this:
import InfoBubble from 'js-info-bubble'; results in an empty object.
import foo from 'js-info-bubble'; correctly gives us an InfoBubble global.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants