We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7892eec commit ec173a7Copy full SHA for ec173a7
2 files changed
.gitignore
@@ -0,0 +1 @@
1
+.idea/*
package.json
@@ -1,16 +1,16 @@
{
2
"name": "@domoapps/prettier-config",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"main": "src/index.js",
5
"sideEffects": false,
6
- "repository": "git@git.empdev.domo.com:CustomApps/monorepo.git",
+ "repository": "git@github.com:DomoApps/prettier-config.git",
7
"scripts": {
8
"build": "echo 'no build for prettier-config'",
9
"prepare": "yarn run build",
10
"test": "echo 'no tests for prettier-config'",
11
"test:watch": "yarn run test"
12
},
13
"peerDependencies": {
14
- "prettier": "^1.19.1"
+ "prettier": "*"
15
}
16
0 commit comments