Skip to content

Commit

Permalink
Add a NPM package to the repo root.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 15, 2017
1 parent edfba80 commit dd8e0ff
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 0 deletions.
307 changes: 307 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "vscode-spell-checker",
"version": "1.0.0",
"description": "Spell checker for VS Code",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jason-Rev/vscode-spell-checker.git"
},
"keywords": [
"Spell",
"Checker",
"Extension",
"VSCode"
],
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jason-Rev/vscode-spell-checker/issues"
},
"homepage": "https://github.com/Jason-Rev/vscode-spell-checker#readme",
"devDependencies": {
"tslint": "^5.8.0",
"typescript": "^2.6.1"
}
}
Loading

0 comments on commit dd8e0ff

Please sign in to comment.