Skip to content

Commit 736fdc1

Browse files
author
Evgeny Barabanov
committed
Update .gitignore and package.json
1 parent 7a562d4 commit 736fdc1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
/tmp
77
/out-tsc
88
/serve
9+
/build
10+
/build-artifacts
11+
/native-artifacts/native-addons
912
main.electron.js
1013

1114
# dependencies

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
"name": "electron-angular-native",
33
"version": "2.0.1",
44
"license": "Apache 2.0",
5+
"author": "Evgeny Barabanov",
6+
"engines": {
7+
"node": ">=8.9.1"
8+
},
9+
"keywords": [
10+
"electron",
11+
"native",
12+
"angular",
13+
"typescript",
14+
"boilerplate",
15+
"node",
16+
"addon"
17+
],
518
"scripts": {
619
"postinstall": "npm run compile:native",
720
"ng": "ng",

0 commit comments

Comments
 (0)