Skip to content

Commit

Permalink
release: 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Mar 13, 2018
1 parent 4e136aa commit ba943a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@sentry/electron",
"description": "Offical Sentry SDK for Electron",
"version": "0.4.0-beta.4",
"version": "0.4.1",
"main": "./dist/index.js",
"repository": "https://github.com/getsentry/sentry-electron.git",
"author": "Sentry",
"contributors": ["Tim Fish"],
"contributors": [
"Tim Fish"
],
"license": "MIT",
"types": "./dist/index.d.ts",
"publishConfig": {
Expand All @@ -23,11 +25,9 @@
"fix:prettier": "prettier --write '{src,test}/**/*.ts'",
"fix:tslint": "tslint --fix -t stylish -p .",
"pretest": "run-s clean build",
"test":
"cross-env TS_NODE_PROJECT=tsconfig.json xvfb-maybe electron-mocha --require ts-node/register --timeout 3000 ./test/unit/**/*.ts",
"test": "cross-env TS_NODE_PROJECT=tsconfig.json xvfb-maybe electron-mocha --require ts-node/register --timeout 3000 ./test/unit/**/*.ts",
"pree2e": "run-s clean build",
"e2e":
"cross-env TS_NODE_PROJECT=tsconfig.json xvfb-maybe mocha --require ts-node/register --timeout 30000 ./test/e2e/**/*.ts"
"e2e": "cross-env TS_NODE_PROJECT=tsconfig.json xvfb-maybe mocha --require ts-node/register --timeout 30000 ./test/e2e/**/*.ts"
},
"dependencies": {
"@sentry/browser": "0.4.1",
Expand Down

0 comments on commit ba943a3

Please sign in to comment.