Skip to content

Commit

Permalink
Pre-release v11.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Spitzer committed Oct 2, 2018
1 parent 7cc8782 commit a8c3e63
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tradeshift/tradeshift-ui",
"version": "11.0.0-alpha.1",
"version": "11.0.0-alpha.2",
"description": "The Tradeshift UI Library & Framework",
"homepage": "https://ui.tradeshift.com/",
"bugs": {
Expand Down Expand Up @@ -41,11 +41,24 @@
"package-dist": "node tasks/package-dist.js"
},
"lint-staged": {
"*.js": ["prettier --write", "eslint --config ./.eslintrc.json", "git add"],
"*.json": ["prettier --write", "git add"],
"*.less": ["prettier --write", "git add"]
"*.js": [
"prettier --write",
"eslint --config ./.eslintrc.json",
"git add"
],
"*.json": [
"prettier --write",
"git add"
],
"*.less": [
"prettier --write",
"git add"
]
},
"browserslist": ["Last 2 versions", "ie 11"],
"browserslist": [
"Last 2 versions",
"ie 11"
],
"devDependencies": {
"alce": "^1.2.0",
"ali-oss": "^4.10.1",
Expand Down

0 comments on commit a8c3e63

Please sign in to comment.