feature(yaspeller) add

This commit is contained in:
coderaiser 2015-03-11 11:33:40 -04:00
parent de1c2e207e
commit 1cabc3e582
3 changed files with 49 additions and 2 deletions

View file

@ -12,6 +12,7 @@ before_install:
script:
- npm run gulp
- npm run yaspeller
- npm start -- --test
notifications:

44
.yaspellerrc Normal file
View 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"
]
}

View file

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