Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed Apr 29, 2018
1 parent 2a7b117 commit 0a6f918
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bootstrap-daterangepicker",
"name": "daterangepicker",
"main": [
"daterangepicker.js",
"daterangepicker.css"
Expand Down
11 changes: 5 additions & 6 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
Package.describe({
name: 'dangrossman:bootstrap-daterangepicker',
version: '2.1.30',
summary: 'Date range picker component for Bootstrap',
git: 'https://github.com/dangrossman/bootstrap-daterangepicker',
version: '3.0.0',
summary: 'Date range picker component',
git: 'https://github.com/dangrossman/daterangepicker',
documentation: 'README.md'
});

Package.onUse(function(api) {
api.versionsFrom('[email protected]');

api.use('twbs:[email protected]', ["client"], {weak: true});
api.use('momentjs:[email protected]', ["client"]);
api.use('[email protected]_2', ["client"]);
api.use('momentjs:[email protected]', ["client"]);
api.use('[email protected]', ["client"]);

api.addFiles('daterangepicker.js', ["client"]);
api.addFiles('daterangepicker.css', ["client"]);
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-daterangepicker",
"version": "2.1.30",
"version": "3.0.0",
"description": "Date range picker component for Bootstrap",
"main": "daterangepicker.js",
"style": "daterangepicker.css",
Expand All @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/dangrossman/bootstrap-daterangepicker.git"
"url": "https://github.com/dangrossman/daterangepicker.git"
},
"author": {
"name": "Dan Grossman",
Expand All @@ -19,9 +19,9 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dangrossman/bootstrap-daterangepicker/issues"
"url": "https://github.com/dangrossman/daterangepicker/issues"
},
"homepage": "https://github.com/dangrossman/bootstrap-daterangepicker",
"homepage": "https://github.com/dangrossman/daterangepicker",
"dependencies": {
"jquery": ">=1.10",
"moment": "^2.9.0"
Expand Down

0 comments on commit 0a6f918

Please sign in to comment.