From f4903ac27588eb179590451acef4e09b5947477d Mon Sep 17 00:00:00 2001 From: geodatasource Date: Mon, 3 Apr 2017 10:57:07 +0800 Subject: [PATCH] Move js file into dist folder --- README.md | 4 ++-- geodatasource-cr.js => dist/geodatasource-cr.js | 0 geodatasource-cr.min.js => dist/geodatasource-cr.min.js | 0 example.html | 2 +- package.json | 4 ++-- 5 files changed, 5 insertions(+), 5 deletions(-) rename geodatasource-cr.js => dist/geodatasource-cr.js (100%) rename geodatasource-cr.min.js => dist/geodatasource-cr.min.js (100%) diff --git a/README.md b/README.md index 72cb30b..c7ad824 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ After that, the region dropdown will be automatically refresh on the change of c - + @@ -41,7 +41,7 @@ If you are using Twitter Bootstrap, you may refer to the below example for the i - +
diff --git a/geodatasource-cr.js b/dist/geodatasource-cr.js similarity index 100% rename from geodatasource-cr.js rename to dist/geodatasource-cr.js diff --git a/geodatasource-cr.min.js b/dist/geodatasource-cr.min.js similarity index 100% rename from geodatasource-cr.min.js rename to dist/geodatasource-cr.min.js diff --git a/example.html b/example.html index 85589a3..4a7a5ab 100644 --- a/example.html +++ b/example.html @@ -3,7 +3,7 @@ Country-Region DropDown Menu - + diff --git a/package.json b/package.json index 52b9863..fc0a74a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "country-region-dropdown-menu", - "version": "1.0.0", + "version": "1.0.1", "description": "A dropdown menu created with javascript that allows user to implement country-region dropdown list effortlessly.", - "main": "geodatasource-cr.min.js", + "main": "dist/geodatasource-cr.min.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },