Skip to content

Commit

Permalink
fix: reduce package size
Browse files Browse the repository at this point in the history
  • Loading branch information
nitayneeman committed Jun 18, 2019
1 parent ec85187 commit ed3818f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.vscode-test/**
.gitignore
vsc-extension-quickstart.md
temp/**
temp/**
images/preview.gif
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2019-06-18

### Fixed

- Reduce package size

## [1.1.0] - 2019-06-18

### Added
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-snippets",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"author": "Nitay Neeman",
"description": "📋 A Visual Studio Code extension which adds predefined useful code snippets for Puppeteer",
Expand Down Expand Up @@ -56,7 +56,6 @@
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"vscode:prepublish": "vsce package",
"vscode:publish": "vsce publish"
},
"devDependencies": {
Expand Down

0 comments on commit ed3818f

Please sign in to comment.