Skip to content

Commit

Permalink
fixed cd bug
Browse files Browse the repository at this point in the history
  • Loading branch information
k2on committed Nov 20, 2020
1 parent dfae314 commit 5bf8b8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yml

This file was deleted.

9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
{
"name": "@nix2/prettier-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "Nix2 Prettier Config",
"main": "prettier.config.js",
"repository": "https://github.com/nix2io/package-template.git",
"author": "Max Koon <[email protected]>",
"license": "MIT",
"private": false,
"prettier": "./prettier.config.js",
"scripts": {
"format": "prettier --write ./src/**",
"test-format": "prettier --check ./src/**",
"test": "mocha -r ts-node/register tests/**",
"lint": "eslint src/**",
"prepublish": "tsc"
},
"peerDependencies": {
"prettier": "2.1.2"
},
Expand Down

0 comments on commit 5bf8b8a

Please sign in to comment.