mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(yaspeller) add
This commit is contained in:
parent
de1c2e207e
commit
1cabc3e582
3 changed files with 49 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ before_install:
|
|||
|
||||
script:
|
||||
- npm run gulp
|
||||
- npm run yaspeller
|
||||
- npm start -- --test
|
||||
|
||||
notifications:
|
||||
|
|
|
|||
44
.yaspellerrc
Normal file
44
.yaspellerrc
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"ignoreDigits": true,
|
||||
"excludeFiles": [
|
||||
".git",
|
||||
"modules",
|
||||
"lib",
|
||||
"node_modules"
|
||||
],
|
||||
"fileExtensions": [
|
||||
".md"
|
||||
],
|
||||
"dictionary":[
|
||||
"Dev",
|
||||
"Dropbox",
|
||||
"FilePicker",
|
||||
"GDrive",
|
||||
"Github",
|
||||
"Heroku",
|
||||
"Iptables",
|
||||
"JitSu",
|
||||
"Polietilena",
|
||||
"TarZak",
|
||||
"WebSocket",
|
||||
"cd",
|
||||
"cloudcmd",
|
||||
"coderaiser",
|
||||
"com",
|
||||
"dev",
|
||||
"favicon",
|
||||
"github",
|
||||
"io",
|
||||
"js",
|
||||
"mouseup",
|
||||
"nginx",
|
||||
"or io",
|
||||
"refactor",
|
||||
"sslPort",
|
||||
"unselect",
|
||||
"util",
|
||||
"v0",
|
||||
"v1",
|
||||
"v2"
|
||||
]
|
||||
}
|
||||
|
|
@ -23,7 +23,8 @@
|
|||
"scripts": {
|
||||
"test": "gulp default",
|
||||
"start": "node bin/cloudcmd.js",
|
||||
"gulp": "gulp"
|
||||
"gulp": "gulp",
|
||||
"yaspeller": "yaspeller ."
|
||||
},
|
||||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
|
|
@ -69,7 +70,8 @@
|
|||
"prepend": "~1.0.2",
|
||||
"shortdate": "~1.0.1",
|
||||
"should": "~5.0.0",
|
||||
"version-io": "~1.0.3"
|
||||
"version-io": "~1.0.3",
|
||||
"yaspeller": "~1.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue