Skip to content

Commit

Permalink
Move js file into dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
geodatasource committed Apr 3, 2017
1 parent 2848714 commit f4903ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ After that, the region dropdown will be automatically refresh on the change of c
<html>
<head>
<meta charset="UTF-8">
<script src="geodatasource-cr.min.js"></script>
<script src="dist/geodatasource-cr.min.js"></script>
</head>
<body>

Expand Down Expand Up @@ -41,7 +41,7 @@ If you are using Twitter Bootstrap, you may refer to the below example for the i
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="geodatasource-cr.min.js"></script>
<script src="dist/geodatasource-cr.min.js"></script>
</head>
<body>
<div class="container">
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Country-Region DropDown Menu</title>
<script src="geodatasource-cr.min.js"></script>
<script src="dist/geodatasource-cr.min.js"></script>
</head>
<body>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit f4903ac

Please sign in to comment.