rename "src" to "lib"
This commit is contained in:
parent
81df50da2d
commit
58494e088c
76 changed files with 3 additions and 3 deletions
|
|
@ -134,7 +134,7 @@
|
|||
<script type="text/javascript" charset="utf-8">
|
||||
|
||||
require(
|
||||
{baseUrl: "../src"},
|
||||
{baseUrl: "../lib"},
|
||||
[
|
||||
"ace/lib/event",
|
||||
"ace/Editor",
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@
|
|||
"name": "ace",
|
||||
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
|
||||
"version": "0.1",
|
||||
"homepage" : "http://github.com/ajaxorg/editor",
|
||||
"homepage" : "http://github.com/ajaxorg/ace",
|
||||
"engines": {"node": ">= 0.1.102"},
|
||||
"author": "Fabian Jakobs <fabian@ajax.org>",
|
||||
"main": "src/ace/ace",
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "http://github.com/ajaxorg/editor.git"
|
||||
"url" : "http://github.com/ajaxorg/ace.git"
|
||||
},
|
||||
"licenses": [{
|
||||
"type": "LGPLv3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue