Change git url to old and deprecated package.
This commit is contained in:
parent
f1e8e001d9
commit
4aa48c80a3
|
@ -1,6 +1,8 @@
|
|||
node-ff-assets
|
||||
=========
|
||||
|
||||
# Deprecated: use brunch or gulp
|
||||
|
||||
A Node.js library providing automatic site assets aggregation.
|
||||
|
||||
## Installation
|
||||
|
@ -377,6 +379,11 @@ Add unit tests for any new or changed functionality. Lint and test your code.
|
|||
|
||||
## Release History
|
||||
|
||||
### 0.2.6
|
||||
* Removed .project from release.
|
||||
* Moved repro to old
|
||||
* Deprecated this package.
|
||||
|
||||
### 0.2.5
|
||||
* Switched debug logging to debug library.
|
||||
* Removed events from AssetsBuilder.
|
||||
|
|
11
package.json
11
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-ff-assets",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"description": "Website assets aggregation and minification",
|
||||
"main": "lib/node-ff-assets.js",
|
||||
"scripts": {
|
||||
|
@ -21,7 +21,7 @@
|
|||
"license": "BSD-2-Clause",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://bitbucket.org/im_ik/node-ff-assets.git"
|
||||
"url": "https://bitbucket.org/im_ik/old-node-ff-assets.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "2.2.x",
|
||||
|
@ -34,5 +34,10 @@
|
|||
"mocha": "2.2.x",
|
||||
"mocha-jenkins-reporter": "0.1.x",
|
||||
"mocha-jshint": "2.2.x"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
"lib/",
|
||||
"example/"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue