Lots of updates

This commit is contained in:
baldo 2016-05-16 13:33:49 +02:00
commit 39e7af6238
454 changed files with 221168 additions and 36622 deletions

View file

@ -1,18 +1,20 @@
{
"name": "angular-scenario",
"version": "1.2.21",
"version": "1.5.6-build.4801+sha.3b5751d",
"license": "MIT",
"main": "./angular-scenario.js",
"ignore": [],
"dependencies": {
"angular": "1.2.21"
"angular": "1.5.6-build.4801+sha.3b5751d"
},
"homepage": "https://github.com/angular/bower-angular-scenario",
"_release": "1.2.21",
"_release": "1.5.6-build.4801+sha.3b5751d",
"_resolution": {
"type": "version",
"tag": "v1.2.21",
"commit": "1e442f99fe1531084a8c502b0acb097f7f65988b"
"tag": "v1.5.6-build.4801+sha.3b5751d",
"commit": "61cc49c61a92ae750c7d5a238373df1db3b40305"
},
"_source": "git://github.com/angular/bower-angular-scenario.git",
"_target": "1.2.21",
"_source": "https://github.com/angular/bower-angular-scenario.git",
"_target": "~1.5.6",
"_originalSource": "angular-scenario"
}

View file

@ -1,17 +1,36 @@
# bower-angular-scenario
# packaged angular-scenario
This repo is for distribution on `bower`. The source for this module is in the
This tool is now in maintenance mode. If you are starting a new project, please use
[Protractor](https://github.com/angular/protractor). Existing projects using scenario runner are
advised to migrate to protractor, as this tool is unlikely to receive updates.
This repo is for distribution on `npm` and `bower`. The source for this module is in the
[main AngularJS repo](https://github.com/angular/angular.js/tree/master/src/ngScenario).
Please file issues and pull requests against that repo.
## Install
Install with `bower`:
You can install this package either with `npm` or with `bower`.
### npm
```shell
npm install angular-scenario
```
The files are then available at `node_modules/angular-scenario/`.
Note that this package is not in CommonJS format, so doing `require('angular-scenario')` will
return `undefined`.
### bower
```shell
bower install angular-scenario
```
The files are then available at `bower_components/angular-scenario/`.
## Documentation
Documentation is available on the
@ -21,7 +40,7 @@ Documentation is available on the
The MIT License
Copyright (c) 2010-2012 Google, Inc. http://angularjs.org
Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,10 @@
{
"name": "angular-scenario",
"version": "1.2.21",
"version": "1.5.6-build.4801+sha.3b5751d",
"license": "MIT",
"main": "./angular-scenario.js",
"ignore": [],
"dependencies": {
"angular": "1.2.21"
"angular": "1.5.6-build.4801+sha.3b5751d"
}
}

View file

@ -0,0 +1,26 @@
{
"name": "angular-scenario",
"version": "1.5.6-build.4801+sha.3b5751d",
"description": "AngularJS module for end-to-end testing",
"main": "angular-scenario.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.js.git"
},
"keywords": [
"angular",
"framework",
"browser",
"testing",
"client-side"
],
"author": "Angular Core Team <angular-core+npm@google.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular.js/issues"
},
"homepage": "http://angularjs.org"
}