Skip to content

Commit

Permalink
Merge pull request #35 from marp-team/vsce-via-npx
Browse files Browse the repository at this point in the history
Remove vsce from devDependencies
  • Loading branch information
yhatt authored May 11, 2019
2 parents a653803 + ee72415 commit d3fe4e0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 501 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Removed

- Remove `vsce` from devDependencies to fix incorrect packaging about `tmp` ([#35](https://github.com/marp-team/marp-vscode/pull/35))

## v0.3.1 - 2019-05-11

### Fixed
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@
"format:write": "yarn -s format --write",
"lint:css": "stylelint \"./*.{css,scss}\"",
"lint:ts": "tslint \"{src,test}/**/*.ts\"",
"package": "vsce package --yarn",
"package": "npx vsce package --yarn",
"postinstall": "node ./node_modules/vscode/bin/install",
"preversion": "run-p check:* lint:* test:*:coverage",
"test:unit": "jest",
"test:unit:coverage": "jest --coverage",
"version": "curl https://raw.githubusercontent.com/marp-team/marp/master/version.js | node && git add -A CHANGELOG.md",
"vsce:publish": "vsce publish --yarn",
"vsce:publish": "npx vsce publish --yarn",
"vscode:prepublish": "run-s preversion build",
"watch": "rollup -w -c ./rollup.config.js"
},
Expand Down Expand Up @@ -168,15 +168,12 @@
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.4.5",
"vsce": "^1.61.0",
"vscode": "^1.1.34"
},
"dependencies": {
"@marp-team/marp-cli": "^0.9.2",
"@marp-team/marp-core": "^0.9.0",
"@marp-team/marpit-svg-polyfill": "^0.3.0",
"nanoid": "^2.0.1",
"os-tmpdir": "^2.0.0",
"remove-trailing-separator": "^1.1.0"
"nanoid": "^2.0.1"
}
}
Loading

0 comments on commit d3fe4e0

Please sign in to comment.