Skip to content

Commit

Permalink
Merge pull request #17 from koopjs/rm/build
Browse files Browse the repository at this point in the history
Remove buble build
  • Loading branch information
rgwozdz authored Apr 15, 2022
2 parents 58ceb14 + 77594d6 commit 5de650d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 131 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 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
### Changed
* Remove buble build

## [1.1.1] - 2022-04-15
### Changed
* Replace highland with node stream Readable
Expand Down
127 changes: 0 additions & 127 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
"name": "@koopjs/cache-memory",
"version": "1.1.1",
"description": "An in-memory cache for KOop",
"main": "dist/index.js",
"main": "src/index.js",
"scripts": {
"test": "standard src && tape test/*.js | tap-spec",
"clean": "rm -rf dist",
"compile": "buble -i src -o dist"
},
"repository": {
"type": "git",
Expand All @@ -24,7 +22,6 @@
},
"homepage": "https://github.com/koopjs/koop-cache-memory#readme",
"devDependencies": {
"buble": "^0.19.4",
"standard": "^14.0.0",
"tap-spec": "^5.0.0",
"tape": "^4.6.3"
Expand Down

0 comments on commit 5de650d

Please sign in to comment.