We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a562d4 commit 736fdc1Copy full SHA for 736fdc1
.gitignore
@@ -6,6 +6,9 @@
6
/tmp
7
/out-tsc
8
/serve
9
+/build
10
+/build-artifacts
11
+/native-artifacts/native-addons
12
main.electron.js
13
14
# dependencies
package.json
@@ -2,6 +2,19 @@
2
"name": "electron-angular-native",
3
"version": "2.0.1",
4
"license": "Apache 2.0",
5
+ "author": "Evgeny Barabanov",
+ "engines": {
+ "node": ">=8.9.1"
+ },
+ "keywords": [
+ "electron",
+ "native",
+ "angular",
+ "typescript",
+ "boilerplate",
15
+ "node",
16
+ "addon"
17
+ ],
18
"scripts": {
19
"postinstall": "npm run compile:native",
20
"ng": "ng",
0 commit comments