Skip to content

Commit

Permalink
snippets bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
云数 committed Oct 28, 2016
1 parent 020c4f6 commit db8e6d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-brace",
"version": "3.6.3",
"name": "react-ace",
"version": "3.6.1",
"description": "A react component for Ace Editor",
"main": "lib/ace.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"transform-object-rest-spread"
]
},
"author": "Andy",
"author": "James Hrisho",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.6.5",
Expand Down Expand Up @@ -59,7 +59,7 @@
"brace"
],
"dependencies": {
"brace-ace": "^0.9.0",
"brace": "^0.8.0",
"lodash.isequal": "^4.1.1"
},
"peerDependencies": {
Expand All @@ -83,6 +83,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/andyforever/react-ace.git"
"url": "http://github.com/securingsincity/react-ace.git"
}
}
5 changes: 2 additions & 3 deletions src/ace.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ ReactAce.defaultProps = {
editorProps: {},
setOptions: {},
wrapEnabled: false,
enableSnippets: true,
enableBasicAutocompletion: true,
enableLiveAutocompletion: true,
enableBasicAutocompletion: false,
enableLiveAutocompletion: false,
};

0 comments on commit db8e6d9

Please sign in to comment.