Skip to content

Commit

Permalink
build(configs): module info and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deini committed Apr 2, 2019
1 parent aa6f358 commit 3516e52
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/configs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "@bigcommerce/configs",
"version": "1.0.0",
"private": true,
"license": "MIT",
"dependencies": {
"@bigcommerce/tslint-config": "^3.0.2",
"lint-staged": "^8.1.5",
"prettier": "^1.16.4",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.3333",
"typescript-styled-plugin": "^0.14.0"
}
}

0 comments on commit 3516e52

Please sign in to comment.