-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
### 1.2.7 (2016.01.19) | ||
|
||
* Update copyright year | ||
* Cleanups | ||
|
||
### 1.2.6 (2016.01.19) | ||
|
||
* Bugfixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
//npm WARN deprecated [email protected]: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0 | ||
//npm WARN prefer global [email protected] should be installed with -g | ||
|
||
const ASSETS = 'assets/'; | ||
const BUILD = 'build/'; | ||
const CHROME = 'chrome/'; | ||
|
@@ -22,7 +19,7 @@ const TEMPLATES = 'templates/'; | |
var packagejson = require('./package.json'); | ||
var banner = ['/*', | ||
' Selenium Page Object Generator - to improve agile testing process velocity.', | ||
' Copyright (C) 2015 ' + packagejson.author, | ||
' Copyright (C) 2015-2016 ' + packagejson.author, | ||
'', | ||
' This program is free software: you can redistribute it and/or modify', | ||
' it under the terms of the GNU Affero General Public License as', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters