2
0
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:
Jeroen Akkerman 2019-01-17 09:46:57 +01:00
parent 88a1411462
commit 2ad0d26127
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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",