This repository was archived by the owner on Jul 2, 2020. It is now read-only.
File tree 10 files changed +15
-12
lines changed
10 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Contributing to grunt-oraclejet
2
2
3
- * Copyright (c) 2014, 2018 Oracle and/or its affiliates
3
+ * Copyright (c) 2014, 2019 Oracle and/or its affiliates
4
4
The Universal Permissive License (UPL), Version 1.0*
5
5
6
6
** Pull requests are currently not being accepted for the Oracle JET project.**
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ limitations under the License.
17
17
18
18
19
19
```
20
- Copyright (c) 2014, 2018 Oracle and/or its affiliates
20
+ Copyright (c) 2014, 2019 Oracle and/or its affiliates
21
21
The Universal Permissive License (UPL), Version 1.0
22
22
23
23
Subject to the condition set forth below, permission is hereby granted to any person obtaining
Original file line number Diff line number Diff line change 1
- # @oracle/grunt-oraclejet 6.0 .0
1
+ # @oracle/grunt-oraclejet 6.1 .0
2
2
3
3
## About the module
4
4
This module contains build and serve tasks for Oracle JET web and hybrid mobile applications.
5
5
6
6
This is an open source project maintained by Oracle Corp.
7
7
8
8
## 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=jet600 &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=jet610 &id=homepage ) .
10
10
11
11
## [ Contributing] ( https://github.com/oracle/grunt-oraclejet/tree/master/CONTRIBUTING.md )
12
12
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
13
13
[ CONTRIBUTING] ( https://github.com/oracle/grunt-oraclejet/tree/master/CONTRIBUTING.md )
14
14
for details.
15
15
16
16
## [ License] ( https://github.com/oracle/grunt-oraclejet/tree/master/LICENSE.md )
17
- Copyright (c) 2014, 2018 Oracle and/or its affiliates
17
+ Copyright (c) 2014, 2019 Oracle and/or its affiliates
18
18
The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 1
1
## Release Notes for grunt-oraclejet ##
2
2
3
+ ### 6.1.0
4
+ * No changes
5
+
3
6
### 6.0.0
4
7
* No changes
5
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @oracle/grunt-oraclejet" ,
3
3
"description" : " Build and serve tasks for Oracle JET web and mobile applications" ,
4
- "version" : " 6.0 .0" ,
4
+ "version" : " 6.1 .0" ,
5
5
"license" : " UPL-1.0" ,
6
6
"homepage" : " http://oraclejet.org" ,
7
7
"main" : " tasks/build.js" ,
16
16
},
17
17
"dependencies" :
18
18
{
19
- "@oracle/oraclejet-tooling" : " ~6.0 .0"
19
+ "@oracle/oraclejet-tooling" : " ~6.1 .0"
20
20
},
21
21
"devDependencies" : {
22
22
"eslint" : " ~3.19.0"
Original file line number Diff line number Diff line change 1
1
/**
2
- Copyright (c) 2015, 2018 , Oracle and/or its affiliates.
2
+ Copyright (c) 2015, 2019 , Oracle and/or its affiliates.
3
3
The Universal Permissive License (UPL), Version 1.0
4
4
*/
5
5
'use strict' ;
Original file line number Diff line number Diff line change 1
1
/**
2
- Copyright (c) 2015, 2018 , Oracle and/or its affiliates.
2
+ Copyright (c) 2015, 2019 , Oracle and/or its affiliates.
3
3
The Universal Permissive License (UPL), Version 1.0
4
4
*/
5
5
'use strict' ;
Original file line number Diff line number Diff line change 1
1
/**
2
- Copyright (c) 2015, 2018 , Oracle and/or its affiliates.
2
+ Copyright (c) 2015, 2019 , Oracle and/or its affiliates.
3
3
The Universal Permissive License (UPL), Version 1.0
4
4
*/
5
5
'use strict' ;
Original file line number Diff line number Diff line change 1
1
/**
2
- Copyright (c) 2015, 2018 , Oracle and/or its affiliates.
2
+ Copyright (c) 2015, 2019 , Oracle and/or its affiliates.
3
3
The Universal Permissive License (UPL), Version 1.0
4
4
*/
5
5
'use strict' ;
Original file line number Diff line number Diff line change 1
1
/**
2
- Copyright (c) 2015, 2018 , Oracle and/or its affiliates.
2
+ Copyright (c) 2015, 2019 , Oracle and/or its affiliates.
3
3
The Universal Permissive License (UPL), Version 1.0
4
4
*/
5
5
'use strict' ;
You can’t perform that action at this time.
0 commit comments