Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
snapjay committed Dec 4, 2014
1 parent ddac61e commit c1576b2
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 79 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.8"
before_script:
- npm install -g grunt-cli
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Shopping Cart built for AngularJS",
"keywords": ["AngularJS", "module", "directive", "shopping cart", "e-commerce", "cart", "basket", "shopping"],
"authors": {"name":"Dan Shreim", "email":"[email protected]>", "homepage":"http://www.snapjay.com/"},
"version": "0.0.1-rc.2",
"version": "0.0.2-rc.1",
"homepage": "http://ngcart.snapjay.com",
"license": "MIT",
"private": false,
Expand Down
4 changes: 1 addition & 3 deletions dist/ngCart.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

angular.module('ngCart.directives', [])



.controller('CartController',['$scope', 'ngCart', function($scope, ngCart) {

$scope.ngCart = ngCart;
Expand Down Expand Up @@ -322,4 +320,4 @@ angular.module('ngCart', ['ngCart.directives'])
$scope.ngCart = ngCart;
}])

.value('version', '0.0.1-rc.2');
.value('version', '0.0.2-rc.1');
4 changes: 2 additions & 2 deletions dist/ngCart.min.js

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngCart",
"private": false,
"version": "0.0.1-rc.2",
"version": "0.0.2-rc.1",
"description": "Really simple shopping cart for AngularJS",
"license": "MIT",
"tags": "AngularJS, directive, module, shopping cart, shopping basket",
Expand All @@ -23,7 +23,6 @@
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"protractor": "~0.20.1",
"http-server": "^0.6.1",
"bower": "^1.3.1",
"shelljs": "^0.2.6",
"karma-junit-reporter": "^0.2.2",
Expand All @@ -35,7 +34,8 @@
"karma-firefox-launcher": "~0.1.3",
"karma-chrome-launcher": "~0.1.4",
"karma-phantomjs-launcher": "~0.1.4",
"grunt-karma": "~0.9.0"
"grunt-karma": "~0.9.0",
"http-server": "~0.6.1"
},
"scripts": {
"postinstall": "bower install",
Expand Down
2 changes: 0 additions & 2 deletions src/ngCart.directives.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

angular.module('ngCart.directives', [])



.controller('CartController',['$scope', 'ngCart', function($scope, ngCart) {

$scope.ngCart = ngCart;
Expand Down
2 changes: 1 addition & 1 deletion src/ngCart.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,4 @@ angular.module('ngCart', ['ngCart.directives'])
$scope.ngCart = ngCart;
}])

.value('version', '0.0.1-rc.2');
.value('version', '0.0.2-rc.1');
23 changes: 0 additions & 23 deletions test/e2e/index.spec.js

This file was deleted.

12 changes: 0 additions & 12 deletions test/protractor.conf.js

This file was deleted.

31 changes: 0 additions & 31 deletions test/unit/versionSpec.js

This file was deleted.

0 comments on commit c1576b2

Please sign in to comment.