section-iterator
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "section-iterator", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "Simple iterator for flat and multi section lists", | ||
"main": "dist/sectionIterator.js", | ||
"main": "dist/index.js", | ||
"repository": { | ||
@@ -12,14 +12,24 @@ "type": "git", | ||
"scripts": { | ||
"lint": "eslint src", | ||
"test": "mocha --opts mocha.opts", | ||
"dist": "rm -rf dist && mkdir dist && babel src/sectionIterator.js --out-file dist/sectionIterator.js", | ||
"ci-build": "npm run lint && npm test && npm run dist" | ||
"lint": "eslint index.js index.test.js", | ||
"test": "mocha index.test.js --compilers js:babel-register", | ||
"dist": "rm -rf dist && mkdir dist && babel index.js --out-file dist/index.js", | ||
"prebuild": "npm run lint && npm test", | ||
"build": "npm run dist", | ||
"postversion": "git push && git push --tags", | ||
"prepublish": "npm run dist" | ||
}, | ||
"devDependencies": { | ||
"babel": "^5.8.21", | ||
"babel-eslint": "^4.0.7", | ||
"chai": "^3.2.0", | ||
"eslint": "^1.1.0", | ||
"mocha": "^2.2.5" | ||
"babel-cli": "^6.7.5", | ||
"babel-core": "^6.7.6", | ||
"babel-eslint": "^6.0.3", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"babel-register": "^6.7.2", | ||
"chai": "^3.5.0", | ||
"eslint": "^2.8.0", | ||
"mocha": "^2.4.5" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"keywords": [ | ||
@@ -26,0 +36,0 @@ "iterator", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5284
9
4
82
1