Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
voldikss committed Jun 30, 2020
1 parent 646b876 commit 6ef95ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
src
node_modules
tsconfig.json
*.map
.tags
webpack.config.js
yarn.lock
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-todolist",
"version": "1.3.1",
"version": "1.3.2",
"description": "todolist/task manager extension for coc.nvim",
"main": "lib/index.js",
"repository": {
Expand All @@ -18,8 +18,7 @@
"scripts": {
"clean": "rimraf lib",
"watch": "webpack --watch",
"build": "webpack",
"prepare": "npx npm-run-all clean build"
"build": "webpack"
},
"activationEvents": [
"*"
Expand Down

0 comments on commit 6ef95ab

Please sign in to comment.