Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
texjs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicholas Kreimeyer
texjs
Commits
e65e87a8
Commit
e65e87a8
authored
10 years ago
by
James Allen
Browse files
Options
Downloads
Patches
Plain Diff
Release version 0.1.0
parent
377a9316
Branches
Branches containing commit
Tags
v0.1.0
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Gruntfile.coffee
+9
-9
9 additions, 9 deletions
Gruntfile.coffee
package.json
+1
-1
1 addition, 1 deletion
package.json
with
10 additions
and
10 deletions
Gruntfile.coffee
+
9
−
9
View file @
e65e87a8
...
...
@@ -11,39 +11,39 @@ async = require "async"
SERVICES
=
[{
name
:
"web"
repo
:
"https://github.com/sharelatex/web-sharelatex.git"
version
:
"
master
"
version
:
"
v0.1.0
"
},
{
name
:
"document-updater"
repo
:
"https://github.com/sharelatex/document-updater-sharelatex.git"
version
:
"
master
"
version
:
"
v0.1.0
"
},
{
name
:
"clsi"
repo
:
"https://github.com/sharelatex/clsi-sharelatex.git"
version
:
"
master
"
version
:
"
v0.1.0
"
},
{
name
:
"filestore"
repo
:
"https://github.com/sharelatex/filestore-sharelatex.git"
version
:
"
master
"
version
:
"
v0.1.0
"
},
{
name
:
"track-changes"
repo
:
"https://github.com/sharelatex/track-changes-sharelatex.git"
version
:
"
master
"
version
:
"
v0.1.0
"
},
{
name
:
"docstore"
repo
:
"https://github.com/sharelatex/docstore-sharelatex.git"
version
:
"
master
"
version
:
"
v0.1.0
"
},
{
name
:
"chat"
repo
:
"https://github.com/sharelatex/chat-sharelatex.git"
version
:
"
master
"
version
:
"
v0.1.0
"
},
{
name
:
"tags"
repo
:
"https://github.com/sharelatex/tags-sharelatex.git"
version
:
"
master
"
version
:
"
v0.1.0
"
},
{
name
:
"spelling"
repo
:
"https://github.com/sharelatex/spelling-sharelatex.git"
version
:
"
master
"
version
:
"
v0.1.0
"
}]
module
.
exports
=
(
grunt
)
->
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
e65e87a8
{
"name"
:
"sharelatex"
,
"version"
:
"0.
0.1
"
,
"version"
:
"0.
1.0
"
,
"description"
:
"An online collaborative LaTeX editor"
,
"dependencies"
:
{
"
async
"
:
"
^0.9.0
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment