Skip to content

Commit

Permalink
Remove the browserify step
Browse files Browse the repository at this point in the history
  • Loading branch information
tikurahul committed Jun 13, 2017
1 parent 595ba23 commit 5d74e7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 729 deletions.
10 changes: 3 additions & 7 deletions package.json
Expand Up @@ -5,11 +5,9 @@
"main": "built/index.js",
"scripts": {
"compile": "tsc",
"compile-watch": "tsc --watch",
"bundle": "node_modules/.bin/browserify built/app.js -o built/app-bundle.js",
"build": "npm run-script compile && npm run-script bundle",
"watch": "tsc --watch",
"start": "npm run-script build && node_modules/.bin/electron .",
"dev": "npm run-script compile-watch & npm run-script watch-bundle & node_modules/.bin/electron ."
"dev": "npm run-script watch & node_modules/.bin/electron ."
},
"keywords": [
"AppAuth-JS",
Expand All @@ -26,7 +24,5 @@
"electron": "^1.6.10",
"material-components-web": "^0.12.1"
},
"devDependencies": {
"browserify": "^14.4.0"
}
"devDependencies": {}
}

0 comments on commit 5d74e7f

Please sign in to comment.