Skip to content

Commit

Permalink
Merge pull request nteract#1026 from jdetle/diagnostics
Browse files Browse the repository at this point in the history
chore(diagnostics): move to App directory
  • Loading branch information
rgbkrk authored Oct 16, 2016
2 parents 1df9328 + 20eccd8 commit 7d86163
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"pack": "npm install && npm run clean && npm run build && build --dir",
"dist": "npm install && npm run clean && npm run build && build",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"diagnostics": "scripts/kernelspecs.js"
"diagnostics": "app/diagnostics/kernelspecs.js"
},
"build": {
"electronVersion": "1.4.3",
Expand Down

0 comments on commit 7d86163

Please sign in to comment.