File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.0] - 2019-07-27
11+
12+ ### Added
13+
14+ - Initial release
Original file line number Diff line number Diff line change 1717 "build:babel" : " babel-node --extensions \" .ts\" src/cli.ts \" src/{cli,index}.ts\" --target=8 --output=dist --compress" ,
1818 "build:self" : " node dist/cli.js \" src/{cli,index}.ts\" --target=8 --output=dist --compress" ,
1919 "build:types" : " tsc --emitDeclarationOnly --outdir types --declaration --allowSyntheticDefaultImports src/{cli,index}.ts" ,
20+ "release" : " np" ,
2021 "test" : " echo \" Error: no test specified\" && exit 1"
2122 },
2223 "repository" : {
You can’t perform that action at this time.
0 commit comments