Skip to content

Commit ec173a7

Browse files
authored
Version updates (#1)
* Removed specific prettier version. Fixed repo property. * v1.2.0
1 parent 7892eec commit ec173a7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea/*

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@domoapps/prettier-config",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"main": "src/index.js",
55
"sideEffects": false,
6-
"repository": "git@git.empdev.domo.com:CustomApps/monorepo.git",
6+
"repository": "git@github.com:DomoApps/prettier-config.git",
77
"scripts": {
88
"build": "echo 'no build for prettier-config'",
99
"prepare": "yarn run build",
1010
"test": "echo 'no tests for prettier-config'",
1111
"test:watch": "yarn run test"
1212
},
1313
"peerDependencies": {
14-
"prettier": "^1.19.1"
14+
"prettier": "*"
1515
}
1616
}

0 commit comments

Comments
 (0)