Comparing version 0.2.1 to 1.0.0
@@ -8,2 +8,8 @@ # Changelog | ||
## [1.0.0] - 2020-04-29 | ||
### Changed | ||
- Move from TSlint to ESlint. | ||
## [0.2.1] - 2020-03-05 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "primis", | ||
"description": "Command line tool for generate TypeScript project.", | ||
"version": "0.2.1", | ||
"version": "1.0.0", | ||
"main": "src/index.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -6,2 +6,3 @@ # Primis | ||
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![Build Status](https://travis-ci.org/aofleejay/primis.svg?branch=master)](https://travis-ci.org/aofleejay/primis) | ||
@@ -21,4 +22,4 @@ Command line tool for generate TypeScript project. | ||
- TypeScript | ||
- TSlint | ||
- ESlint | ||
- Prettier | ||
- Jest |
@@ -58,2 +58,7 @@ 'use strict' | ||
'@types/jest', | ||
'@typescript-eslint/eslint-plugin', | ||
'@typescript-eslint/parser', | ||
'eslint', | ||
'eslint-config-prettier', | ||
'eslint-plugin-jest', | ||
'husky', | ||
@@ -64,4 +69,2 @@ 'jest', | ||
'ts-jest', | ||
'tslint', | ||
'tslint-config-prettier', | ||
'typescript', | ||
@@ -89,1 +92,2 @@ ] | ||
fs.copySync(templateDir, root) | ||
fs.moveSync(root + '/gitignore', root + '/.gitignore') |
@@ -1,1 +0,1 @@ | ||
export const hello: string = 'world' | ||
export const hello = 'world' |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7523
15
109
1
24