Comparing version 1.3.1 to 1.3.2
/*! | ||
* mokuji.js v1.3.1 | ||
* mokuji.js v1.3.2 | ||
* https://github.com/hiro0218/mokuji.js | ||
@@ -4,0 +4,0 @@ * |
/*! | ||
* mokuji.js v1.3.1 | ||
* mokuji.js v1.3.2 | ||
* https://github.com/hiro0218/mokuji.js | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "mokuji.js", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A table of content JavaScript Library", | ||
@@ -30,3 +30,6 @@ "main": "lib/index.js", | ||
"homepage": "https://github.com/hiro0218/mokuji.js", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"es6-object-assign": "^1.1.0", | ||
"smoothscroll-polyfill": "^0.3.5" | ||
}, | ||
"devDependencies": { | ||
@@ -39,8 +42,6 @@ "babel-cli": "^6.6.5", | ||
"cross-env": "^5.0.1", | ||
"es6-object-assign": "^1.1.0", | ||
"eslint": "^4.0.0", | ||
"rimraf": "^2.5.2", | ||
"smoothscroll-polyfill": "^0.3.5", | ||
"webpack": "^3.0.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
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
42076
9
2
+ Addedes6-object-assign@^1.1.0
+ Addedsmoothscroll-polyfill@^0.3.5
+ Addedes6-object-assign@1.1.0(transitive)
+ Addedsmoothscroll-polyfill@0.3.6(transitive)