1
0
mirror of synced 2025-11-08 12:57:47 +00:00

refactor(package): rename from es7-typescript-starter to typescript-starter

This commit is contained in:
Jason Dreyzehner
2017-02-13 17:59:41 -05:00
parent 3aa9cf79df
commit 3c6f7b7419
7 changed files with 39 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "es7-typescript-starter",
"name": "typescript-starter",
"version": "1.1.1",
"description": "An es7/typescript starter for building javascript libraries",
"description": "A typescript starter for building javascript libraries and projects",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
@@ -57,14 +57,25 @@
"typescript": "^2.2.0"
},
"keywords": [
"node",
"typescript",
"typings",
"async",
"ava",
"await",
"boilerplate",
"conventional-changelog",
"ES6",
"ES7",
"library",
"javascript-modules",
"node",
"nyc",
"rollup",
"starter",
"es6",
"es7",
"library"
"template",
"tree-shaking",
"tslint",
"typedoc",
"typescript",
"typings"
],
"nyc": {
"exclude": [