anima-yocto-event
Advanced tools
Comparing version 1.0.3 to 2.0.0
@@ -5,2 +5,7 @@ # History | ||
## 2.0.0 | ||
`new` tnpm 改造 | ||
`update` 升级anima-yocto-core的版本到`2.0.0` | ||
## 1.0.3 | ||
@@ -7,0 +12,0 @@ |
@@ -0,2 +1,3 @@ | ||
var event = require('./src/event.js'); | ||
require('./src/event'); | ||
module.exports = event; |
{ | ||
"name": "anima-yocto-event", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"description": "the event from yocto", | ||
"keywords": [], | ||
"keywords": [ | ||
"anima", | ||
"anima-yocto", | ||
"anima-yocto-event" | ||
], | ||
"homepage": "", | ||
@@ -13,21 +17,24 @@ "author": "", | ||
"bugs": { | ||
"url": "" | ||
"url": "http://gitlab.alibaba-inc.com/animajs/yocto-event/issues" | ||
}, | ||
"licenses": "MIT", | ||
"spm": { | ||
"engines": { | ||
"seajs": "2.2.1" | ||
}, | ||
"tests": "tests/*.js" | ||
"main": "./lib/index", | ||
"entry": { | ||
"index": "./index.js" | ||
}, | ||
"main": "index.js", | ||
"dependencies": { | ||
"anima-yocto-core": "1.1.1" | ||
"anima-yocto-core": "2.0.0" | ||
}, | ||
"devDependencies": { | ||
"spm-expect.js": "0.3.1", | ||
"spm-webpack": "~1.0.0" | ||
"atool-build": "0.6.x", | ||
"atool-doc": "^0.1.0", | ||
"atool-test": "^0.4.4", | ||
"dora": "0.3.x", | ||
"gh-pages": "^0.11.0" | ||
}, | ||
"scripts": { | ||
"build": "spm-webpack -c" | ||
"build": "atool-build", | ||
"test": "atool-test", | ||
"doc": "atool-doc", | ||
"doc-build": "atool-doc --build", | ||
"gh-pages": "atool-doc --build && gh-pages -d __site" | ||
}, | ||
@@ -37,3 +44,3 @@ "engines": { | ||
}, | ||
"publishConfig": {} | ||
"licenses": "MIT" | ||
} |
@@ -1,9 +0,15 @@ | ||
# anima-yocto-event [![spm version](http://spmjs.io/badge/anima-yocto-event)](http://spmjs.io/package/anima-yocto-event) | ||
# anima-yocto-event [![npm](https://img.shields.io/npm/v/anima-yocto-event.svg?style=flat-square)](https://www.npmjs.com/package/anima-yocto-event) [![npm](https://img.shields.io/npm/dm/anima-yocto-event.svg?style=flat-square)](https://www.npmjs.com/package/anima-yocto-event) | ||
--- | ||
An awesome spm package! | ||
An awesome npm package! | ||
--- | ||
## Install | ||
``` | ||
$ npm install anima-yocto-event --save | ||
``` | ||
## Yocto-event | ||
@@ -10,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
13352
8
281
34
5
1
+ Addedanima-yocto-core@2.0.0(transitive)
- Removedanima-yocto-core@1.1.1(transitive)
Updatedanima-yocto-core@2.0.0