Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit b0e98a6

Browse files
committed
Release 6.0.0
1 parent 8d62334 commit b0e98a6

File tree

4 files changed

+67
-68
lines changed

4 files changed

+67
-68
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# @oracle/grunt-oraclejet 5.2.0
1+
# @oracle/grunt-oraclejet 6.0.0
22

33
## About the module
44
This module contains build and serve tasks for Oracle JET web and hybrid mobile applications.
55

66
This is an open source project maintained by Oracle Corp.
77

88
## Installation
9-
This module will be automatically installed when you scaffold a web or hybrid mobile app following the [Oracle JET Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet520&id=homepage).
9+
This module will be automatically installed when you scaffold a web or hybrid mobile app following the [Oracle JET Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet600&id=homepage).
1010

1111
## [Contributing](https://github.com/oracle/grunt-oraclejet/tree/master/CONTRIBUTING.md)
1212
Oracle JET is an open source project. Pull Requests are currently not being accepted. See

RELEASENOTES.md

+37-34
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,37 @@
1-
## Release Notes for grunt-oraclejet ##
2-
3-
### 5.2.0
4-
* No changes
5-
6-
### 5.1.0
7-
* No changes
8-
9-
### 5.0.0
10-
* No changes
11-
12-
### 4.2.0
13-
* No changes
14-
15-
### 4.1.0
16-
* No changes
17-
18-
### 4.0.0
19-
* Moved module into @oracle scope, changing the name to @oracle/grunt-oraclejet
20-
21-
### 3.2.0
22-
* No changes
23-
24-
### 3.1.0
25-
* No changes
26-
27-
### 3.0.0
28-
* No changes
29-
30-
### 2.3.0
31-
* No changes
32-
33-
### 2.2.0
34-
* No changes
1+
## Release Notes for grunt-oraclejet ##
2+
3+
### 6.0.0
4+
* No changes
5+
6+
### 5.2.0
7+
* No changes
8+
9+
### 5.1.0
10+
* No changes
11+
12+
### 5.0.0
13+
* No changes
14+
15+
### 4.2.0
16+
* No changes
17+
18+
### 4.1.0
19+
* No changes
20+
21+
### 4.0.0
22+
* Moved module into @oracle scope, changing the name to @oracle/grunt-oraclejet
23+
24+
### 3.2.0
25+
* No changes
26+
27+
### 3.1.0
28+
* No changes
29+
30+
### 3.0.0
31+
* No changes
32+
33+
### 2.3.0
34+
* No changes
35+
36+
### 2.2.0
37+
* No changes

doc/help.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Grunt serve options
7474

7575
--destination ........ Specify the destination for serving the app
7676
[device[:<device-name>], emulator[:<emulator-name>],
77-
browser[:chrome, firefox, edge, ie, opera, safari],
77+
browser[:chrome, firefox, edge, ie, safari],
7878
server-only]
7979
Default: emulator
8080
Default browser: chrome

package.json

+27-31
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,27 @@
1-
{
2-
"name": "@oracle/grunt-oraclejet",
3-
"description": "Build and serve tasks for Oracle JET web and mobile applications",
4-
"version": "5.2.0",
5-
"license": "UPL-1.0",
6-
"homepage": "http://oraclejet.org",
7-
"main": "tasks/build.js",
8-
"files":
9-
[
10-
"RELEASENOTES.md",
11-
"tasks",
12-
"doc"
13-
],
14-
"engines": {
15-
"node": ">= 0.8.0"
16-
},
17-
"scripts": {
18-
"test": "grunt test"
19-
},
20-
"dependencies":
21-
{
22-
"@oracle/oraclejet-tooling": "~5.2.0"
23-
},
24-
"devDependencies": {
25-
"eslint": "~3.19.0"
26-
},
27-
"keywords": [
28-
"gruntplugin"
29-
],
30-
"jetdocversion": "520"
31-
}
1+
{
2+
"name": "@oracle/grunt-oraclejet",
3+
"description": "Build and serve tasks for Oracle JET web and mobile applications",
4+
"version": "6.0.0",
5+
"license": "UPL-1.0",
6+
"homepage": "http://oraclejet.org",
7+
"main": "tasks/build.js",
8+
"files":
9+
[
10+
"RELEASENOTES.md",
11+
"tasks",
12+
"doc"
13+
],
14+
"engines": {
15+
"node": ">= 0.8.0"
16+
},
17+
"dependencies":
18+
{
19+
"@oracle/oraclejet-tooling": "~6.0.0"
20+
},
21+
"devDependencies": {
22+
"eslint": "~3.19.0"
23+
},
24+
"keywords": [
25+
"gruntplugin"
26+
]
27+
}

0 commit comments

Comments
 (0)