Skip to content

Commit

Permalink
update README docs and COPYRIGHT in build
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Oct 19, 2018
1 parent a84a99e commit ef525e8
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ bower install image-map
```

### CDN
| `.es. | `.js` | `.min |
| Module (`.es.js`) | Main (`.js`) | Main (compressed) `.min.js` |
| :-------------------------------------------------------: | :----------------------------------------------------: | :--------------------------------------------------------: |
| [🔗](https://unpkg.com/image-map/dist/saga-monitor.es.js) | [🔗](https://unpkg.com/image-map/dist/saga-monitor.js) | [🔗](https://unpkg.com/image-map/dist/saga-monitor.min.js) |

Expand Down
32 changes: 20 additions & 12 deletions dist/image-map.es.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/**
* Copyright (c) 2018, Travis Clarke (https://www.travismclarke.com/)
*
* Image-Map v1.1.0 (https://www.travismclarke.com)
* Copyright 2018 Travis Clarke
* License: Apache-2.0
*
* @preserve
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/

import $ from 'jquery';
Expand Down Expand Up @@ -53,14 +51,17 @@ function _nonIterableSpread() {

var name = "image-map";
var version = "1.1.0";
var author = {
name: "Travis Clarke",
email: "travis.m.clarke@gmail.com",
url: "https://www.travismclarke.com/"
};
var description = "Response, dynamic image maps";
var main = "dist/image-map.js";
var module$1 = "dist/image-map.es.js";
var directories = {
example: "example"
};
var files = [
"dist",
"README.md",
"LICENSE"
];
var scripts = {
build: "yarn build:dist",
"build:dist": "shx rm -rf ./dist/* ; yarn bundle:dist ; yarn bundle:es ; yarn stats:dist",
Expand All @@ -72,6 +73,11 @@ var scripts = {
test: "exit 0",
prepublishOnly: "yarn prep && bash ./resources/publish.sh"
};
var author = {
name: "Travis Clarke",
email: "travis.m.clarke@gmail.com",
url: "https://www.travismclarke.com/"
};
var keywords = [
"image",
"map",
Expand All @@ -91,7 +97,7 @@ var bugs = {
url: "https://github.com/clarketm/image-mapissues"
};
var license = "Apache-2.0";
var homepage = "https://www.travismclarke.com";
var homepage = "https://github.com/clarketm/image-map#readme";
var ignore = [
"**/.*",
"node_modules",
Expand Down Expand Up @@ -119,11 +125,13 @@ var devDependencies = {
var packageJson = {
name: name,
version: version,
author: author,
description: description,
main: main,
module: module$1,
directories: directories,
files: files,
scripts: scripts,
author: author,
keywords: keywords,
repository: repository,
bugs: bugs,
Expand Down
32 changes: 20 additions & 12 deletions dist/image-map.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/**
* Copyright (c) 2018, Travis Clarke (https://www.travismclarke.com/)
*
* Image-Map v1.1.0 (https://www.travismclarke.com)
* Copyright 2018 Travis Clarke
* License: Apache-2.0
*
* @preserve
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/

(function (global, factory) {
Expand Down Expand Up @@ -59,14 +57,17 @@

var name = "image-map";
var version = "1.1.0";
var author = {
name: "Travis Clarke",
email: "travis.m.clarke@gmail.com",
url: "https://www.travismclarke.com/"
};
var description = "Response, dynamic image maps";
var main = "dist/image-map.js";
var module$1 = "dist/image-map.es.js";
var directories = {
example: "example"
};
var files = [
"dist",
"README.md",
"LICENSE"
];
var scripts = {
build: "yarn build:dist",
"build:dist": "shx rm -rf ./dist/* ; yarn bundle:dist ; yarn bundle:es ; yarn stats:dist",
Expand All @@ -78,6 +79,11 @@
test: "exit 0",
prepublishOnly: "yarn prep && bash ./resources/publish.sh"
};
var author = {
name: "Travis Clarke",
email: "travis.m.clarke@gmail.com",
url: "https://www.travismclarke.com/"
};
var keywords = [
"image",
"map",
Expand All @@ -97,7 +103,7 @@
url: "https://github.com/clarketm/image-mapissues"
};
var license = "Apache-2.0";
var homepage = "https://www.travismclarke.com";
var homepage = "https://github.com/clarketm/image-map#readme";
var ignore = [
"**/.*",
"node_modules",
Expand Down Expand Up @@ -125,11 +131,13 @@
var packageJson = {
name: name,
version: version,
author: author,
description: description,
main: main,
module: module$1,
directories: directories,
files: files,
scripts: scripts,
author: author,
keywords: keywords,
repository: repository,
bugs: bugs,
Expand Down
8 changes: 3 additions & 5 deletions dist/image-map.min.js

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

0 comments on commit ef525e8

Please sign in to comment.