Skip to content

Commit

Permalink
Stable Version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Feb 4, 2015
1 parent 3f44321 commit 2c94247
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### 1.0.0 - 03 February 2015

Stable Version 1.0.0

##### 1.0.0-beta.1 - 10 January 2015

Now in beta.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ First, feel free to contact me with questions. [Mailing List](https://groups.io/

The MIT License (MIT)

Copyright (c) 2014 Jason Dobry
Copyright (c) 2014-2015 Jason Dobry

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "http://www.pseudobry.com",
"email": "[email protected]"
},
"main": "./dist/js-data-firebase.min.js",
"main": "./dist/js-data-firebase.js",
"ignore": [
".idea/",
".*",
Expand All @@ -29,7 +29,7 @@
"karma.start.js"
],
"dependencies": {
"js-data": "~1.0.x",
"js-data": ">=1.0.0",
"firebase": "~1.1.x"
}
}
3 changes: 1 addition & 2 deletions dist/js-data-firebase.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @author Jason Dobry <[email protected]>
* @file js-data-firebase.js
* @version 1.0.0-beta.1 - Homepage <http://www.js-data.iojs-data-firebase/>
* @version 1.0.0 - Homepage <http://www.js-data.iojs-data-firebase/>
* @copyright (c) 2014 Jason Dobry
* @license MIT <https://github.com/js-data/js-data-firebase/blob/master/LICENSE>
*
Expand Down Expand Up @@ -164,7 +164,6 @@ if (!JSData) {
var emptyStore = new JSData.DS();
var DSUtils = JSData.DSUtils;
var deepMixIn = DSUtils.deepMixIn;
var makePath = DSUtils.makePath;
var filter = emptyStore.defaults.defaultFilter;
var values = require('mout/object/values');
var P = DSUtils.Promise;
Expand Down
4 changes: 2 additions & 2 deletions dist/js-data-firebase.min.js

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-firebase",
"description": "Firebase adapter for js-data.",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"homepage": "http://www.js-data.io/docs/dsfirebaseadapter",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,9 +29,9 @@
"main": "./src/index.js",
"devDependencies": {
"grunt": "0.4.5",
"grunt-browserify": "3.2.1",
"grunt-browserify": "3.3.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.6.1",
"grunt-karma": "0.10.1",
Expand All @@ -47,14 +47,14 @@
"karma-sinon": "1.0.4",
"karma-spec-reporter": "0.0.16",
"time-grunt": "1.0.0",
"jit-grunt": "0.9.0"
"jit-grunt": "0.9.1"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"mout": "0.11.0",
"js-data": "^1.0.0-beta.1",
"js-data": ">=1.0.0",
"firebase": "~2.1.x"
}
}

0 comments on commit 2c94247

Please sign in to comment.