mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 15:44:28 -06:00
Automatic Travis tests & consistency
* Added `test:types` to travis run script. * Changed `main` value in package.json to match `types` value style.
This commit is contained in:
parent
88a1411462
commit
2ad0d26127
@ -6,7 +6,9 @@ node_js:
|
||||
- '6' # EOL: April 2019
|
||||
before_script:
|
||||
- npm install -g gulp
|
||||
script: gulp
|
||||
script:
|
||||
- gulp
|
||||
- test:types
|
||||
deploy:
|
||||
- provider: npm
|
||||
email: info@saturnserver.org
|
||||
|
@ -9,7 +9,7 @@
|
||||
"javascript",
|
||||
"fontawesome"
|
||||
],
|
||||
"main": "./src/js/easymde.js",
|
||||
"main": "src/js/easymde.js",
|
||||
"types": "types/easymde.d.ts",
|
||||
"license": "MIT",
|
||||
"author": "Jeroen Akkerman",
|
||||
|
Loading…
x
Reference in New Issue
Block a user