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

Commit e2fbf0a

Browse files
author
oraclejet
committed
Update
1 parent f0249c1 commit e2fbf0a

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

.npmignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
CONTRIBUTING.md
2-
/test
3-
.npmignore
2+
/test

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ yo oraclejet:hybrid myApp --appId=com.oracle.samples --appName=MyApp --template=
2828
```
2929

3030
### [Contributing](https://github.com/oracle/generator-oraclejet/tree/master/CONTRIBUTING.md)
31-
Oracle JET is an open source project. See
31+
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
3232
[CONTRIBUTING](https://github.com/oracle/generator-oraclejet/tree/master/CONTRIBUTING.md)
3333
for details.
3434

package.json

+10-13
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@
99

1010
"files":
1111
[
12-
"generators/app",
13-
"generators/hybrid",
14-
"generators/restore",
15-
"generators/restore-hybrid",
16-
"generators/restore-web",
17-
"generators/web"
12+
"generators",
13+
"common",
14+
"util"
1815
],
1916

2017
"dependencies":
2118
{
22-
"yeoman-generator": "0.18.0"
19+
"yeoman-generator": "0.18.0",
20+
"adm-zip": "0.4.7",
21+
"fs-extra": "0.24.0",
22+
"xmldom": "0.1.19",
23+
"request": "2.69.0"
2324
},
2425

2526
"engines":
@@ -29,13 +30,9 @@
2930

3031
"devDependencies":
3132
{
32-
"adm-zip": "0.4.7",
33-
"fs-extra": "0.24.0",
3433
"yeoman-assert": "2.1.1",
35-
"yeoman-test": "1.0.0",
36-
"xmldom": "0.1.19",
37-
"request": "2.69.0"
34+
"yeoman-test": "1.0.0"
3835
},
3936

4037
"preferGlobal": true
41-
}
38+
}

0 commit comments

Comments
 (0)