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

Commit a45552c

Browse files
author
oraclejet
committed
Release 1.1.0
1 parent 4cbe5af commit a45552c

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

Gruntfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ module.exports = function (grunt) {
1616
src : "build/*.js"
1717
},
1818
pkg: grunt.file.readJSON("package.json"),
19-
jet_version_token:'1.1.0-b2',
20-
jet_doc_version_token:'undefined'
19+
jet_version_token:'1.1.0',
20+
jet_doc_version_token:'undefined',
21+
version_token:'1.1.0'
2122
}
2223
var configs = require('load-grunt-configs')(grunt, options);
2324
grunt.config.merge(configs);

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# grunt-oraclejet
1+
# grunt-oraclejet 1.1.0
22

3-
> Build and serve tasks for Oracle JET web and mobile applications
3+
## About the Module
4+
This module contains contains build and serve tasks for Oracle JET web and mobile hybrid applications.
5+
6+
This is an open source project maintained by Oracle Corp.
47

58
## Getting Started
69
This plugin requires Grunt `~1.0.1`
@@ -82,8 +85,11 @@ grunt.initConfig({
8285
});
8386
```
8487

85-
## Contributing
86-
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
88+
### [Contributing](https://github.com/oracle/generator-oraclejet/tree/master/CONTRIBUTING.md)
89+
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
90+
[CONTRIBUTING](https://github.com/oracle/generator-oraclejet/tree/master/CONTRIBUTING.md)
91+
for details.
8792

88-
## Release History
89-
_(Nothing yet)_
93+
### [License](https://github.com/oracle/generator-oraclejet/tree/master/LICENSE.md)
94+
Copyright (c) 2014, 2016 Oracle and/or its affiliates
95+
The Universal Permissive License (UPL), Version 1.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-oraclejet",
33
"description": "Build and serve tasks for Oracle JET web and mobile applications",
4-
"version": "1.1.0-b3",
4+
"version": "1.1.0",
55
"license": "UPL-1.0",
66
"homepage": "http://oraclejet.org",
77
"main": "tasks/build.js",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies":
1919
{
20-
"oraclejet-tooling": "1.1.0-b3"
20+
"oraclejet-tooling": "~1.1.0"
2121
},
2222
"devDependencies": {
2323
"grunt": "^1.0.1",

0 commit comments

Comments
 (0)