Skip to content

Commit 4a44f31

Browse files
author
Eric Lange
committed
Merge branch 'master' of github.com:LiquidPlayer/LiquidCore
2 parents 87fd753 + eeb43ab commit 4a44f31

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

.npmignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.idea
2+
*.iml
3+
.gradle
4+
/local.properties
5+
/.idea/workspace.xml
6+
/.idea/libraries
7+
/.idea/caches
8+
.DS_Store
9+
/build
10+
/captures
11+
/projectFilesBackup
12+
.DS_Store
13+
*.DS_Store
14+
.settings
15+
/node_modules
16+
/github.properties
17+
18+
deps/
19+
gradlew
20+
gradlew.bat
21+
LiquidCore/
22+
LiquidV8/
23+
doc/
24+
gradle/
25+
gradle.properties
26+
settings.gradle
27+
.project
28+
build.gradle

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# The LiquidCore Project
22

3+
# NOTE: Version 0.7.0 is not yet stable, please be patient ...
4+
35
[![Download](https://img.shields.io/npm/dt/liquidcore.svg)](https://www.npmjs.com/package/liquidcore)
46

57
[![NPM](https://nodei.co/npm/liquidcore.png)](https://nodei.co/npm/liquidcore/)

0 commit comments

Comments
 (0)