Skip to content

Commit

Permalink
Update .gitignore and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Barabanov committed Apr 28, 2018
1 parent 7a562d4 commit 736fdc1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
/tmp
/out-tsc
/serve
/build
/build-artifacts
/native-artifacts/native-addons
main.electron.js

# dependencies
Expand Down
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
"name": "electron-angular-native",
"version": "2.0.1",
"license": "Apache 2.0",
"author": "Evgeny Barabanov",
"engines": {
"node": ">=8.9.1"
},
"keywords": [
"electron",
"native",
"angular",
"typescript",
"boilerplate",
"node",
"addon"
],
"scripts": {
"postinstall": "npm run compile:native",
"ng": "ng",
Expand Down

0 comments on commit 736fdc1

Please sign in to comment.