Skip to content

Commit

Permalink
fixed ts build
Browse files Browse the repository at this point in the history
  • Loading branch information
se-panfilov committed May 9, 2019
1 parent f063ae0 commit bcc69ab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 284 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './lib/number';
export * from './lib/main';
7 changes: 4 additions & 3 deletions src/lib/message.constant.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {PLUGIN_NAME} from './package.constant'
import { PACKAGE } from './package.constant'

export const ALREADY_INSTALLED: string = `${PLUGIN_NAME}: plugin already installed`
export const METHOD_NAME_CONFLICT: string = `${PLUGIN_NAME}: names conflict - `

export const ALREADY_INSTALLED: string = `${PACKAGE.PLUGIN_NAME}: plugin already installed`
export const METHOD_NAME_CONFLICT: string = `${PACKAGE.PLUGIN_NAME}: names conflict - `
2 changes: 1 addition & 1 deletion src/lib/version.constant.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const EVANGELION: Number = 1
export const EVANGELION: number = 1
Empty file removed test/config.travis.json
Empty file.
279 changes: 0 additions & 279 deletions test/unit/main.spec.js

This file was deleted.

0 comments on commit bcc69ab

Please sign in to comment.