Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
priyank-p committed Apr 2, 2018
1 parent 5fcece5 commit 0238239
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,43 +0,0 @@
{
"name": "@electron-elements/utils",
"version": "1.0.0",
"description": "Utilities for building electron elements.",
"main": "lib/index.js",
"types": "lib/utils.d.ts",
"scripts": {
"lint": "eslint . --cache",
"lint-fix": "eslint . --cache --fix",
"test": "karma start && eslint . --cache",
"unit-tests": "karma start"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:electron-elements/utils.git"
},
"keywords": [
"utils",
"electron-elements",
"custom elements",
"electron elements"
],
"author": "cPhost <priyankp390@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/electron-elements/utils/issues"
},
"homepage": "https://github.com/electron-elements/utils#readme",
"devDependencies": {
"electron": "^1.8.2",
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"karma": "^2.0.0",
"karma-electron": "^5.3.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^5.0.4"
}
}

0 comments on commit 0238239

Please sign in to comment.