mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 23:54: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
|
- '6' # EOL: April 2019
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g gulp
|
- npm install -g gulp
|
||||||
script: gulp
|
script:
|
||||||
|
- gulp
|
||||||
|
- test:types
|
||||||
deploy:
|
deploy:
|
||||||
- provider: npm
|
- provider: npm
|
||||||
email: info@saturnserver.org
|
email: info@saturnserver.org
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"javascript",
|
"javascript",
|
||||||
"fontawesome"
|
"fontawesome"
|
||||||
],
|
],
|
||||||
"main": "./src/js/easymde.js",
|
"main": "src/js/easymde.js",
|
||||||
"types": "types/easymde.d.ts",
|
"types": "types/easymde.d.ts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Jeroen Akkerman",
|
"author": "Jeroen Akkerman",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user