diff --git a/.gitignore b/.gitignore index ca49d3f..5c6550d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ tests.tap *~ *# +# vim artifacts +*.swp + # intellij artifacts .idea/ *.iml @@ -15,10 +18,11 @@ tests.tap # python artifacts *.pyc .Python -bin/ -include/ -lib/ +/bin/ +/include/ +/lib/ pip-selfcheck.json +__pycache__/ # django artifacts staticfiles diff --git a/manage.py b/manage.py old mode 100644 new mode 100755 diff --git a/package.json b/package.json index deb401c..cafa7f3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A content analysis plugin for annotator", "repository": { "type": "git", - "url": "git@github.com:Goodly/annotator-content-analysis.git" + "url": "git@github.com:Goodly/TextThresher.git" }, "scripts": { "dev": "node --harmony ./webpack/dev-server.js", @@ -55,6 +55,7 @@ "postcss-loader": "^0.8.0", "raw-loader": "^0.5.1", "react": "^0.14.7", + "react-addons-css-transition-group": "^0.14.7", "react-dom": "^0.14.7", "react-hot-loader": "^1.2.5", "react-redux": "^4.2.1", @@ -70,6 +71,5 @@ "webpack-dev-server": "^1.12.0" }, "dependencies": { - "react-addons-css-transition-group": "^0.14.7" } }