Skip to content
This repository was archived by the owner on Oct 24, 2021. It is now read-only.

Commit 0d292fb

Browse files
authored
Prepare 0.1.0 release. (#27)
Also rename binary to gen-tsd.
1 parent a33bb97 commit 0d292fb

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
# Change Log
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
23

3-
## [Unreleased]
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
<!-- ## [Unreleased] -->
8+
9+
## [0.1.0] - 2017-11-09
10+
- Initial release on NPM.
File renamed without changes.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "gen-typescript-declarations",
2+
"name": "@polymer/gen-typescript-declarations",
33
"version": "0.1.0",
44
"description": "Generate TypeScript type declarations for Polymer components.",
55
"main": "lib/gen-ts.js",
66
"types": "lib/gen-ts.d.ts",
7-
"bin": "bin/gen-typescript-declarations",
7+
"bin": "bin/gen-tsd",
88
"directories": {
99
"lib": "lib"
1010
},

0 commit comments

Comments
 (0)