Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sqlite3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
node-sqlite3
Commits
0b191447
Commit
0b191447
authored
Sep 01, 2014
by
Mithgol the Webmaster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
close mapbox/node-sqlite3#332: drop support for Node.js 0.8.x branch
parent
1c91b374
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
27 deletions
+2
-27
.travis.yml
.travis.yml
+0
-1
README.md
README.md
+1
-1
appveyor.yml
appveyor.yml
+0
-4
package.json
package.json
+1
-1
build.bat
scripts/build.bat
+0
-20
No files found.
.travis.yml
View file @
0b191447
...
@@ -13,7 +13,6 @@ branches:
...
@@ -13,7 +13,6 @@ branches:
env
:
env
:
matrix
:
matrix
:
-
NODE_VERSION="0.8"
-
NODE_VERSION="0.10"
-
NODE_VERSION="0.10"
-
NODE_VERSION="0.11"
-
NODE_VERSION="0.11"
-
NODE_WEBKIT="0.8.6" TARGET_ARCH="ia32"
-
NODE_WEBKIT="0.8.6" TARGET_ARCH="ia32"
...
...
README.md
View file @
0b191447
...
@@ -8,7 +8,7 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js](
...
@@ -8,7 +8,7 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js](
## Supported platforms
## Supported platforms
The
`sqlite3`
module works with Node.js v0.
8.x, v0.
10.x or v0.11.x (though only v0.11.13 and above).
The
`sqlite3`
module works with Node.js v0.10.x or v0.11.x (though only v0.11.13 and above).
Binaries for most Node versions and platforms are provided by default via
[
node-pre-gyp
](
https://github.com/springmeyer/node-pre-gyp
)
.
Binaries for most Node versions and platforms are provided by default via
[
node-pre-gyp
](
https://github.com/springmeyer/node-pre-gyp
)
.
...
...
appveyor.yml
View file @
0b191447
...
@@ -10,10 +10,6 @@ environment:
...
@@ -10,10 +10,6 @@ environment:
-
nodejs_version
:
0.10.30
-
nodejs_version
:
0.10.30
nw_version
:
0.8.6
nw_version
:
0.8.6
PLATFORM
:
x64
PLATFORM
:
x64
-
nodejs_version
:
0.8.28
PLATFORM
:
x86
-
nodejs_version
:
0.8.28
PLATFORM
:
x64
-
nodejs_version
:
0.11.13
-
nodejs_version
:
0.11.13
nw_version
:
0.10.2
nw_version
:
0.10.2
PLATFORM
:
x86
PLATFORM
:
x86
...
...
package.json
View file @
0b191447
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
"
aws-sdk
"
:
"~2.0.4"
"
aws-sdk
"
:
"~2.0.4"
},
},
"engines"
:
{
"engines"
:
{
"node"
:
">= 0.
8
.0 < 0.11.0 || >= 0.11.13 < 0.13.0"
"node"
:
">= 0.
10
.0 < 0.11.0 || >= 0.11.13 < 0.13.0"
},
},
"engineStrict"
:
true
,
"engineStrict"
:
true
,
"scripts"
:
{
"scripts"
:
{
...
...
scripts/build.bat
View file @
0b191447
...
@@ -27,23 +27,3 @@ npm install --build-from-source
...
@@ -27,23 +27,3 @@ npm install --build-from-source
npm test
npm test
node-pre-gyp package publish
node-pre-gyp package publish
node-pre-gyp clean
node-pre-gyp clean
@ rem 32 bit v0.8x
set NODIST_X64=0
nodist use v0.8
node -e "console.log(process.version + ' ' + process.arch)"
node-pre-gyp clean
npm install --build-from-source
npm test
node-pre-gyp package publish
node-pre-gyp clean
@rem 64 bit v0.8.x
set NODIST_X64=1
nodist use v0.8
node -e "console.log(process.version + ' ' + process.arch)"
node-pre-gyp clean
npm install --build-from-source
npm test
node-pre-gyp package publish
node-pre-gyp clean
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment