@contentpilot/google-maps
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@contentpilot/google-maps", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "JS used to display interactive Gogle Map with authenticated API key.", | ||
@@ -9,8 +9,5 @@ "main": "index.js", | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://bitbucket.org/contentpilot/google-maps.git" | ||
"url": "https://github.com/content-pilot/google-maps.git" | ||
}, | ||
@@ -22,5 +19,4 @@ "keywords": [ | ||
], | ||
"author": "Clayton Collie, Content Pilot", | ||
"license": "MIT", | ||
"homepage": "https://bitbucket.org/contentpilot/google-maps#readme" | ||
"author": "Content Pilot", | ||
"license": "MIT" | ||
} |
@@ -5,15 +5,15 @@ # Content Pilot Google Maps | ||
# Install as devDependency | ||
### Install as devDependency | ||
`npm install @contentpilot/google-maps --save-dev` | ||
# Require JS file in task runner | ||
### Require JS file in task runner | ||
`./node_modules/@contentpilot/google-maps/index.js` | ||
# Bind to content area | ||
### Bind to content area | ||
`$('.google-maps').cpGoogleMaps();` | ||
# Authentication | ||
### Authentication | ||
@@ -50,8 +50,8 @@ 1. Sign up for APi key at https://console.cloud.google.com | ||
# Change Log | ||
### Publish to NPM | ||
= 1.0.1 = | ||
* Abstract out the container ID so the we can attach multiple maps on a single page. | ||
To update this repository on NPM using the GitHub action, | ||
= 1.0.0 = | ||
* Initial commit | ||
1. Bump the version number in `package.json` | ||
2. Commit with message pattern of `Release x.x.x` | ||
3. Push to `master` branch to `origin` |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
5602
4
1