Skip to content

Commit ed3818f

Browse files
committed
fix: reduce package size
1 parent ec85187 commit ed3818f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.vscode-test/**
33
.gitignore
44
vsc-extension-quickstart.md
5-
temp/**
5+
temp/**
6+
images/preview.gif

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.1] - 2019-06-18
9+
10+
### Fixed
11+
12+
- Reduce package size
13+
814
## [1.1.0] - 2019-06-18
915

1016
### Added

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppeteer-snippets",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"author": "Nitay Neeman",
66
"description": "📋 A Visual Studio Code extension which adds predefined useful code snippets for Puppeteer",
@@ -56,7 +56,6 @@
5656
"scripts": {
5757
"test": "jest",
5858
"test:watch": "jest --watch",
59-
"vscode:prepublish": "vsce package",
6059
"vscode:publish": "vsce publish"
6160
},
6261
"devDependencies": {

0 commit comments

Comments
 (0)