Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.DS_Store
node_modules
npm-debug.log*
yarn-error.log
coverage
junit.xml
lib
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "cjst",
"version": "0.1.0",
"main": "lib/cjst.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LittleWhiteYA/cjst.git"
},
"license": "MIT",
"dependencies": {
"async": "^2.6.0"
}
}
Binary file removed translation/data/.DS_Store
Binary file not shown.
3 changes: 0 additions & 3 deletions translation/node_modules/async/.travis.yml

This file was deleted.

19 changes: 0 additions & 19 deletions translation/node_modules/async/LICENSE

This file was deleted.

Loading